Publishing
Publish doc
Update publish settings for a doc.
put/docs/{docId}/publish
Path parameters
docIdstring required
ID of the doc.
Request body
Example request
{
"slug": "my-doc",
"discoverable": true,
"categoryNames": [
"Project management"
]
}Response
Confirmation that the publish request was accepted.
Example response
{
"requestId": "abc-123-def-456"
}