Pages
update user page
Pages
update user page
PATCH
/
api
/
v1
/
pages
/
{id}
curl --request PATCH \
--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
Path Parameters
id
Body
application/json
Response
200
successful
Was this page helpful?
curl --request PATCH \
--url https://{defaultHost}/api/v1/pages/{id} \
--header 'Content-Type: application/json' \
--header 'X-Authorization: <api-key>' \
--data '{
"user_page": {
"title": "<string>",
"content": "<string>"
}
}'