Skip to main content
POST
/
v1
/
isms
/
documents
/
{id}
/
submit-for-approval
Submit an ISMS document for approval
curl --request POST \
  --url https://api.trycomp.ai/v1/isms/documents/{id}/submit-for-approval \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

id
string
required

Body

application/json

The body is of type object.

Response

200

Document submitted for approval