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>" } }'
id
successful
Was this page helpful?