Features Docs Pricing Buy

Runtime Realms

GET/api/runtime_realms
curl -s -X GET "https://alphieui.com/api/runtime_realms" \
  -H "Authorization: Bearer $TOKEN"
POST/api/runtime_realms
curl -s -X POST "https://alphieui.com/api/runtime_realms" \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{}'
POST/api/runtime_realms/redistribute
curl -s -X POST "https://alphieui.com/api/runtime_realms/redistribute" \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{}'
GET/api/runtime_realms/redistribute_results
curl -s -X GET "https://alphieui.com/api/runtime_realms/redistribute_results" \
  -H "Authorization: Bearer $TOKEN"
DELETE/api/runtime_realms/{id:int}
curl -s -X DELETE "https://alphieui.com/api/runtime_realms/{id:int}" \
  -H "Authorization: Bearer $TOKEN"
GET/api/runtime_realms/{id:int}
curl -s -X GET "https://alphieui.com/api/runtime_realms/{id:int}" \
  -H "Authorization: Bearer $TOKEN"
PUT/api/runtime_realms/{id:int}
curl -s -X PUT "https://alphieui.com/api/runtime_realms/{id:int}" \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{}'
GET/api/runtime_realms/{id:int}/build_status
curl -s -X GET "https://alphieui.com/api/runtime_realms/{id:int}/build_status" \
  -H "Authorization: Bearer $TOKEN"
GET/api/lookups/runtime_realms
curl -s -X GET "https://alphieui.com/api/lookups/runtime_realms" \
  -H "Authorization: Bearer $TOKEN"

Notes