Properties
| Name | Type | Description |
|---|---|---|
| name | string | The updated name of the view. |
| type | string | The updated view type. |
| parent | object | The updated parent object. |
| grouping | object | Updated grouping configuration. |
| divide | object | Updated divide configuration. |
| sorting | object | Updated sorting configuration. |
| filters | object | Updated filter configuration. |
| columns | object | Updated column configuration. |
| settings | object | Updated display settings. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/UpdateViewRequest",
"title": "UpdateViewRequest",
"type": "object",
"description": "Request body for updating a view.",
"properties": {
"name": {
"type": "string",
"description": "The updated name of the view."
},
"type": {
"type": "string",
"enum": [
"list",
"board",
"calendar",
"gantt",
"table"
],
"description": "The updated view type."
},
"parent": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The parent object ID."
},
"type": {
"type": "integer",
"description": "The parent type code."
}
},
"description": "The updated parent object."
},
"grouping": {
"type": "object",
"description": "Updated grouping configuration."
},
"divide": {
"type": "object",
"description": "Updated divide configuration."
},
"sorting": {
"type": "object",
"description": "Updated sorting configuration."
},
"filters": {
"type": "object",
"description": "Updated filter configuration."
},
"columns": {
"type": "object",
"description": "Updated column configuration."
},
"settings": {
"type": "object",
"description": "Updated display settings."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/clickup-updateviewrequest"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.