Applications
Create a document
Reference a new document on the application by its URL.
Required scope applications:edit
/applications/{id}/documentsAuthorizations
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.
Bodyapplication/json
documentTypeenum<string>requiredKind of document.
Available options: data_policy, security_policy, technical_documents
titlestringrequiredTitle of the document.
descriptionstringShort description of the document.
publishedbooleanWhether the document is visible to end users.
urlstring<uri>requiredURL the document lives at. Immutable once created.
Response201 · application/json
The document was created.
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.