Takaisin Notion Views -kohtaan
Yhdistä Knoon AI kohteen Notion Views (Notion) kanssa automatisoidaksesi AI-työnkulut.
Update a Notion view.
notionViewUpdate
BETA
Sisäinen
Oikeudet
Näytettävää kohdetta ei ole.
Valinnaiset oikeudet
Näytettävää kohdetta ei ole.
Parametrit
| Nimi | Tyyppi | Kuvaus | Pakollinen |
|---|---|---|---|
| viewId | mustache | Notion view ID. | Kyllä |
| name | mustache | Updated name for the view. | Ei |
| description | mustache | Updated description for the view. | Ei |
| layout | mustache | Updated layout type for the view. | Ei |
| filter | mustache | Updated filter object for the view. Provide valid JSON object. | Ei |
| sorts | mustache | Updated array of sort objects for the view. Provide valid JSON array. | Ei |
| properties | mustache | Updated array of visible property configuration objects. Provide valid JSON array. | Ei |
Palautukset
| Nimi | Tyyppi | Kuvaus |
|---|---|---|
| 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. |