Manage
Activate an Engine
A successful response.
Returned when the users sends a malformed request.
Returned when the user is not authenticated.
Returned when the user does not have permission to access the resource.
Returned when the resource does not exist.
Returned when an error on the server occurred.
Returned when the resource is temporarily unavailable.
An unexpected error response.
POST /v1/dev/engines/{engineTag}/activate HTTP/1.1
Host: api.bytenite.com
Authorization: YOUR_API_KEY
Accept: */*
{
"engineId": "text",
"engineTag": "text",
"engineData": "text",
"engineLink": "text",
"engineStatus": "text"
}
Deactivate an Engine
A successful response.
Returned when the users sends a malformed request.
Returned when the user is not authenticated.
Returned when the user does not have permission to access the resource.
Returned when the resource does not exist.
Returned when an error on the server occurred.
Returned when the resource is temporarily unavailable.
An unexpected error response.
POST /v1/dev/engines/{engineTag}/deactivate HTTP/1.1
Host: api.bytenite.com
Authorization: YOUR_API_KEY
Accept: */*
{
"engineId": "text",
"engineTag": "text",
"engineData": "text",
"engineLink": "text",
"engineStatus": "text"
}
Last updated
Was this helpful?