AurionAI Docs

Update Template

Update a template (ownership-enforced unless super-admin).

PATCH
/api/v2/workflows/templates/{template_id}

Update a template (ownership-enforced unless super-admin).

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

template_id*Template Id

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

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