Aurion Docs
Api

Create Configuration Template Version

Create a new template version (immutable history).

POST
/api/v1/super-admin/configuration-templates

Create a new template version (immutable history).

AuthorizationBearer <token>

In: header

Request Body

application/json

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/super-admin/configuration-templates" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "template_key": "string"  }'
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}