AurionAI Docs

Decide Approval

POST
/api/v2/workflows/approvals/{request_id}/decide

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

request_id*Request Id

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/api/v2/workflows/approvals/string/decide" \  -H "Content-Type: application/json" \  -d '{    "decision": "approved"  }'
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}