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