latestOpenAPI 3.0.0Superhuman Developer Terms2026-08-19124404444.2 KB

22273737ad50

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

titlestring

Title of the doc.

iconNamestring

Name of the icon.

Example request

{
  "title": "Project Tracker",
  "iconName": "rocket"
}

Response

Basic document metadata.

DocUpdateResult required

The result of a doc update