Skip to main content
PUT
/
document-settings
/
{documentId}
Update document settings
curl --request PUT \
  --url https://app.myhero.so/document-settings/{documentId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "setting": {}
}'
{
  "data": true
}

Documentation Index

Fetch the complete documentation index at: https://developers.myhero.so/llms.txt

Use this file to discover all available pages before exploring further.

Applies a partial settings update to the document identified by documentId. The setting map may contain any combination of string or boolean setting keys. Requires edit access to the document. Returns true on success.

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

documentId
string
required
Minimum string length: 1

Body

application/json
setting
object
required

Response

200 response

data
enum<boolean>
required
Available options:
true