Update Policy Status

Modifies the status of a policy to either "active" or "inactive".

Request Body:

{
  "status": "active" | "inactive"
}

Response:

{
  "data": {
    "policy": {policy_obj}
  },
  "error": error | undefined
}
Language
Click Try It! to start a request and see the response here!