Docs
Update doc
Updates metadata for a doc. Note that updating a doc title requires you to be a Doc Maker in the applicable workspace.
patch/docs/{docId}
Path parameters
docIdstring required
ID of the doc.
Request body
Example request
{
"title": "Project Tracker",
"iconName": "rocket"
}Response
Basic document metadata.
DocUpdateResult required
The result of a doc update