AurionAI Docs

Propagate Configuration Template Version

Propagate template defaults from one version to another across tenants.

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

Propagate template defaults from one version to another across tenants.

Authorization

AuthorizationBearer <token>

In: header

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/v1/super-admin/configuration-templates/propagate" \  -H "Content-Type: application/json" \  -d '{    "new_version": 1,    "old_version": 1,    "template_key": "string"  }'
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}