Atlas
Admin — Approval Workflows

Update approval rule

Update an existing approval rule.

PUT
/api/v1/admin/approval/rules/:id

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X PUT "http://localhost:3001/api/v1/admin/approval/rules/:id" \  -H "Content-Type: application/json" \  -d '{}'
{
  "rule": {
    "id": "string",
    "orgId": "string",
    "name": "string",
    "ruleType": "table",
    "pattern": "string",
    "threshold": 0,
    "enabled": true,
    "createdAt": "string",
    "updatedAt": "string"
  }
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}