OROoro docs
Public

Get current active suite

Fetch the currently active problem suite.

GET/v1/public/suites/current

Response Body

application/json

application/json

curl -X GET "https://loading/v1/public/suites/current"
{
  "suite_id": 0,
  "suite_version": 0,
  "is_active": true
}
{
  "detail": "string",
  "error_code": "SUITE_NOT_FOUND"
}