Skip to main content
POST
/
document
/
docx
/
{documentId}
/
save
Persist updated .docx blob
curl --request POST \
  --url https://app.myhero.so/document/docx/{documentId}/save \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "base64": "<string>"
}
'
{
  "data": true
}

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

documentId
string
required
Minimum string length: 1

Body

application/json
base64
string
required
Minimum string length: 1

Response

200 response

data
enum<boolean>
required
Available options:
true