Skip to main content
POST
Accept pending policy changes and publish the version

Authorizations

X-API-Key
string
header
required

API key for authentication

Headers

X-Organization-Id
string

Organization ID (required for session auth, optional for API key auth)

Path Parameters

id
string
required

Policy ID

Example:

"pol_abc123def456"

Body

application/json

Approver accepting the pending changes

approverId
string
required

Member ID of the approver recording the decision.

Example:

"mem_abc123def456"

comment
string

Optional note stored with the approval.

Example:

"Reviewed against the Q3 access-control changes."

Response

201 - undefined