Policies
Submit version for approval
Submit version for approval in Comp AI. Create, version, publish, export, map, and improve compliance policies with AI-assisted drafting and approval workflows.
post/v1/policies/{id}/versions/{versionId}/submit-for-approval
Path parameters
idstring required
Example:pol_abc123def456
Policy ID
versionIdstring required
Example:pv_abc123def456
Policy version ID
Headers
X-Organization-Idstring
Organization ID (required for session auth, optional for API key auth)
Request body
Example request
{
"approverId": "mem_abc123def456"
}Response
Version submitted for approval
Changes
Changed in 2 of the 56 revisions of this API.2
- ○
the endpoint scheme security
oauth2was removed from the APIapi-security-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
oauth2was added to the APIapi-security-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○