provider Pages PATCH /v1/pages/{id}
@utdk/notion /v1/pages/{id}
Update Page properties
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.
id path required
string
Notion-Version header
string

Try it

Authentication
Configure credentials for Notion API
updatepageproperties
PATCH/v1/pages/{id}
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.

Parameters

required

Input

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import notion from '@utdk/notion';

await notion.updatepageproperties()