Applications
Update a document
Partial update of a document. `url` is immutable — delete and recreate the document to point it somewhere else.
Required scope applications:edit
/applications/{id}/documents/{documentId}Authorizations
AuthorizationstringrequiredAuthorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.
Path parameters
idstring<uuid>requiredIdentifier of the application. Must belong to the workspace the key is bound to.
documentIdstring<uuid>requiredIdentifier of the document.
Bodyapplication/json
documentTypeenum<string>Kind of document.
Available options: data_policy, security_policy, technical_documents
titlestringTitle of the document.
descriptionstringShort description of the document.
publishedbooleanWhether the document is visible to end users.
Response200 · application/json
The updated document.
idstring<uuid>requiredIdentifier of the document.
documentTypeenum<string>requiredKind of document.
Available options: data_policy, security_policy, technical_documents
titlestringrequiredTitle of the document.
descriptionstring | nullShort description of the document.
publishedbooleanWhether the document is visible to end users.
urlstring<uri>requiredURL the document is referenced by. Immutable once created.
createdAtstring<date-time>Timestamp the document was referenced.