v1

latestOpenAPI 3.1.02026-07-241280174.1 KB

Create

Create a new change request policy

post/v3/workplace/change_request_policies

Request body

namestring required

The name of the policy.

descriptionstring

An optional description of the policy.

Response

200

successboolean

Example response

{
  "policy": {
    "id": "00000000-0000-0000-0000-000000000000",
    "name": "New Policy",
    "description": "This policy requires 2 reviewers and does not allow self-reviews."
  },
  "success": true
}