Install Template
AuthorizationBearer <token>
In: header
Path Parameters
template_id*Template Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
[key: string]?any
Response Body
application/json
application/json
curl -X POST "https://loading/api/v2/workflows/templates/string/install" \ -H "Content-Type: application/json" \ -d '{}'{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}