action notion_update_page_properties { label: "Update Page properties " description: "Updates a page by setting the values of any properties specified in the JSON body of the request. Properties not updated via parameters will remain unchanged. " provider: notion method: PATCH path: "/v1/pages/{id}" encoding: json input: { type: "object" properties: { "Notion-Version": { type: "string" } properties: { type: "object" properties: { Status: { type: "object" properties: { select: { type: "object" properties: { name: { type: "string" } } } } } } } } additionalProperties: false } output: { type: "object" properties: { archived: { type: "boolean" } created_time: { type: "string" } id: { type: "string" } last_edited_time: { type: "string" } object: { type: "string" } parent: { type: "object" properties: { database_id: { type: "string" } type: { type: "string" } } } properties: { type: "object" properties: { Author: { type: "object" properties: { id: { type: "string" } multi_select: { type: "array" items: { type: "object" properties: { color: { type: "string" } id: { type: "string" } name: { type: "string" } } } } type: { type: "string" } } } Link: { type: "object" properties: { id: { type: "string" } type: { type: "string" } url: { type: "string" } } } Name: { type: "object" properties: { id: { type: "string" } title: { type: "array" items: { type: "object" properties: { annotations: { type: "object" properties: { bold: { type: "boolean" } code: { type: "boolean" } color: { type: "string" } italic: { type: "boolean" } strikethrough: { type: "boolean" } underline: { type: "boolean" } } } href: { type: "object" } plain_text: { type: "string" } text: { type: "object" properties: { content: { type: "string" } link: { type: "object" } } } type: { type: "string" } } } } type: { type: "string" } } } Publisher: { type: "object" properties: { id: { type: "string" } select: { type: "object" properties: { color: { type: "string" } id: { type: "string" } name: { type: "string" } } } type: { type: "string" } } } "Publishing/Release Date": { type: "object" properties: { date: { type: "object" properties: { end: { type: "object" } start: { type: "string" } } } id: { type: "string" } type: { type: "string" } } } Read: { type: "object" properties: { checkbox: { type: "boolean" } id: { type: "string" } type: { type: "string" } } } "Score /5": { type: "object" properties: { id: { type: "string" } select: { type: "object" properties: { color: { type: "string" } id: { type: "string" } name: { type: "string" } } } type: { type: "string" } } } Status: { type: "object" properties: { id: { type: "string" } select: { type: "object" properties: { color: { type: "string" } id: { type: "string" } name: { type: "string" } } } type: { type: "string" } } } Summary: { type: "object" properties: { id: { type: "string" } rich_text: { type: "array" items: { type: "object" properties: { annotations: { type: "object" properties: { bold: { type: "boolean" } code: { type: "boolean" } color: { type: "string" } italic: { type: "boolean" } strikethrough: { type: "boolean" } underline: { type: "boolean" } } } href: { type: "object" } plain_text: { type: "string" } text: { type: "object" properties: { content: { type: "string" } link: { type: "object" } } } type: { type: "string" } } } } type: { type: "string" } } } Type: { type: "object" properties: { id: { type: "string" } select: { type: "object" properties: { color: { type: "string" } id: { type: "string" } name: { type: "string" } } } type: { type: "string" } } } } } } } }