Skip to main content
POST
/
v1
/
isms
/
documents
/
{id}
/
narrative
Save a singleton document narrative
curl --request POST \
  --url https://api.trycomp.ai/v1/isms/documents/{id}/narrative \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "narrative": {}
}
'

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

id
string
required

Body

application/json

Singleton document narrative payload

narrative
object
required

Per-type narrative object (e.g. ISMS scope or leadership commitment), validated at runtime by zod

Response

200

Narrative saved