PUT
/
api
/
v1
/
pages
/
{id}
curl --request PUT \
  --url https://{defaultHost}/api/v1/pages/{id} \
  --header 'Content-Type: application/json' \
  --header 'X-Authorization: <api-key>' \
  --data '{
  "user_page": {
    "title": "<string>",
    "content": "<string>"
  }
}'

Authorizations

X-Authorization
string
header
required

Path Parameters

id
string
required

id

Body

application/json

Response

200

successful