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

namestring required

Name of the template organization.

Example request

{
  "name": "EU Demo Template"
}

Response

OK

compatibleboolean

Is the template schema compatible with this engine.

Example response

{
  "compatible": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.