Replace Policy

Replaces all rules in an existing policy by id.

Request Body:

{
  "rules": {rules_object}
}

Response:

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