Engine
Check engine template schema compatibility
This endpoint checks whether the schema on the queue of the template organization whose name is provided in the request body is compatible with this engine. See available templates in organization.
post/api/v1/engines/{engineID}/check_template_compatibility
Path parameters
engineIDinteger required
ID of the engine
Request body
Example request
{
"name": "EU Demo Template"
}Response
OK
Example response
{
"compatible": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.