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
}

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