Updates the specified page by providing values to parameters passed. Any parameter left out of the request will cause the specific page’s attribute to remain unchanged.
Also, collections cannot be added or removed via this endpoint, only reordered. Giving access to a user or group will also cause that user or group to have access to the parent page (if the page is a subpage). Moving a page by updating the parentId will also cause everyone with access to the page to have access to the new parent page.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the page
"876655018"
Will update the name of the page
Will update the owners of the page
If provided, will either make the page a subpage or simply move the subpage to become a child of a different parent page
Will restrict access to edit page
Collections cannot be added or removed but the order can be updated based on the order of IDs provided in the argument
IDs provided will add or remove cards that are not a part of a page collection
Shares pages with users or groups
Returns the parameter of success or error based on the page ID being valid.