put https://api.clickup.com/api/v3/workspaces//docs//pages/
Edit a page in a Doc.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
Edit a page in a Doc.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
10curl --request PUT \
--url https://api.clickup.com/api/v3/workspaces/workspaceId/docs/docId/pages/pageId \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"content_edit_mode": "replace",
"content_format": "text/md"
}
'
Try It!
to start a request and see the response here! Or choose an example: