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
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.