Page Revisions

Create a page revision

Creates a new draft revision for a page from its current finished revision. Only one draft can exist at a time.

post/pages/{pageId}/revisions

Path parameters

pageIdstring required

The ID of the Page

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