curl --request POST \
--url http://localhost:3333/v1/policies/{id}/versions/{versionId}/activate \
--header 'X-API-Key: <api-key>'{
"versionId": "<string>",
"version": 123
}Marks a version as the active (published) version and updates the policy content.
curl --request POST \
--url http://localhost:3333/v1/policies/{id}/versions/{versionId}/activate \
--header 'X-API-Key: <api-key>'{
"versionId": "<string>",
"version": 123
}Was this page helpful?