Rollback Configuration Template Propagation
Roll back a template propagation to a previous version (GAP-2).
Roll back a template propagation to a previous version (GAP-2).
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/rollback" \ -H "Content-Type: application/json" \ -d '{ "from_version": 1, "template_key": "string", "to_version": 1 }'{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}