Back to Notion Views
Connect Knoon AI with Notion Views (Notion) to automate AI workflows.
Update a Notion view.
notionViewUpdate
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| viewId | mustache | Notion view ID. | Yes |
| name | mustache | Updated name for the view. | No |
| description | mustache | Updated description for the view. | No |
| layout | mustache | Updated layout type for the view. | No |
| filter | mustache | Updated filter object for the view. Provide valid JSON object. | No |
| sorts | mustache | Updated array of sort objects for the view. Provide valid JSON array. | No |
| properties | mustache | Updated array of visible property configuration objects. Provide valid JSON array. | No |
Returns
| Name | Type | Description |
|---|---|---|
| object | string | Object type returned by Notion. |
| id | string | Unique ID of the Notion object. |
| url | string | Canonical URL for the object when available. |
| public_url | string | Public URL when the object is publicly shared. |
| created_time | string | Creation timestamp in ISO 8601 format. |
| last_edited_time | string | Last edited timestamp in ISO 8601 format. |
| archived | boolean | Whether the object is archived. |
| in_trash | boolean | Whether the object is in trash. |
| parent | map | Parent reference object returned by Notion. |
| name | string | View name. |
| description | string | View description when available. |
| layout | string | View layout. |
| source | map | Source definition for the view. |