Create New Engine
PUT
/engine
Registers a new engine with the given name. Returns the engine details including a registration token used for engine authentication.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
Type
HTTP (bearer)
Request Body
application/json
JSON
"string"
Responses
Engine successfully created with registration token
application/json
JSON
{
}
