Page Revisions

Update a page revision

Updates a draft page revision. Only revisions in Draft status can be updated. Returns the updated revision.

put/pages/{pageId}/revisions/{revisionId}

Path parameters

pageIdstring required

The ID of the Page

revisionIdstring required

The ID of the Revision

Request body

changeType'Material' | 'NonMaterial' required

Whether the changes in this revision are significant. Material — substantial changes; bumps the major version (e.g. 1.32.0). NonMaterial — minor edits like wording or typo fixes; bumps the minor version (e.g. 1.31.4).

changeExplanationstring

Optional human-readable explanation of what changed in this revision; surfaced in revision history.

Response

Example response

{
  "data": {
    "id": "rgXY1BAhmlp8eGIjhdVBhw",
    "createdBy": {
      "id": "oU4EEGRPtELpR1x1YUJMeQ",
      "email": "jane.doe@example.com",
      "username": "Jane Doe"
    },
    "updatedBy": {
      "id": "oU4EEGRPtELpR1x1YUJMeQ",
      "email": "jane.doe@example.com",
      "username": "Jane Doe"
    },
    "pageId": "rgXY1BAhmlp8eGIjhdVBhw"
  },
  "links": [
    {
      "href": "https://api.process.st/api/v1.1/resource/XXX"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 4 revisions of this API.