Update a page in a site

This API allows us to update an existing page in a site

Path Params
string
required

The ID of the site containing the page

string
required

The ID of the content/page to update

Query Params
string
enum
required

The action to perform on the page

Allowed:
Body Params
string
enum

Type of content being updated

Allowed:
listOfFiles
array of objects

Array of file attachments

listOfFiles
date-time

Date and time when the content should be published (required when publishingStatus is 'schedule'). Must be in ISO 8601 UTC format (e.g. 2025-04-09T18:30:00.000Z)

date-time | null

Date and time when the content should expire/unpublish. Must be in ISO 8601 UTC format

string
enum

Publishing status of the content

Allowed:
string
enum

Layout style for the featured image

Allowed:
string | null

Caption for the featured image

uuid | null

UUID of the landscape image file

uuid | null

UUID of the main image file

uuid | null

UUID of the original image file

string | null

URL of the landscape image

string
length ≤ 255

Title of the page

string

Main content of the page in HTML format

boolean

Whether to use maximum width layout

boolean

Whether the page appears in feeds

boolean

Whether question and answer feature is enabled

boolean

Whether the content is restricted to specific audiences

targetAudience
array of uuids
length ≥ 0

List of UUIDs identifying the target audiences

targetAudience
listOfTopics
array of objects | null

Array of topics associated with the page

listOfTopics
category
object

Category information for the page

string | null

Summary of the page content

uuid

UUID of the user who authored the page

string

Language of the content

boolean

Whether manual translation is enabled

languagesForAutoTranslation
array of strings

Languages for automatic translation

languagesForAutoTranslation
uuid | null

UUID of the template used

Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json