cURL
curl --request PATCH \ --url https://api.tryarchitect.com/v0/page_groups/{page_group_id}/pages/{page_id}/versions/{version_id} \ --header 'Content-Type: application/json' \ --data '{ "status": "draft", "operationKey": "<string>" }'
{ "createdAt": "<string>", "id": "<string>", "status": "pending", "versionNumber": 123 }
Update an existing version of a page with partial data
page_group_id parameter
page_id parameter
version_id parameter
draft
published
archived
Not implemented
pending
queued
processing
cancelled
Was this page helpful?