CatenaApiKeys
On the right hand side of this page, you will see a list of "Servers".
To configure which server is shown in example requests:
domain environment variable.curl -i -X GET \
https://docs.catenatools.com/_mock/apis/catena-tools-core/api/v1/matchbroker/healthz{ "healthy": true, "components": [ { … } ] }
curl -i -X GET \
https://docs.catenatools.com/_mock/apis/catena-tools-core/api/v1/matches{ "matches": [ { … } ] }
curl -i -X GET \
https://docs.catenatools.com/_mock/apis/catena-tools-core/api/v1/matchbroker/admin/list-active-matches{ "matches": [ { … } ] }
curl -i -X GET \
'https://docs.catenatools.com/_mock/apis/catena-tools-core/api/v1/matchbroker/admin/match/{matchId}'{ "match": { "matchId": "string", "playerIds": [ … ], "matchProperties": "string", "playerProperties": { … } } }
curl -i -X DELETE \
'https://docs.catenatools.com/_mock/apis/catena-tools-core/api/v1/matchbroker/admin/delete/{matchId}'{ "matchDeleted": true }
curl -i -X GET \
https://docs.catenatools.com/_mock/apis/catena-tools-core/api/v1/matchbroker/admin/allocators/available{ "allocatorNames": [ "string" ] }
curl -i -X GET \
https://docs.catenatools.com/_mock/apis/catena-tools-core/api/v1/matchbroker/admin/allocators/configured{ "allocators": [ { … } ] }
curl -i -X GET \
https://docs.catenatools.com/_mock/apis/catena-tools-core/api/v1/matchbroker/admin/config{ "fastSchedule": 0, "serverMaxLifetimeMinutes": 0, "matchPickupTimeSeconds": 0, "matchReadyTimeSeconds": 0, "matchMaxRunTimeMinutes": 0, "scheduleFrequencySeconds": 0, "delayAllocationSeconds": 0 }
curl -i -X POST \
'https://docs.catenatools.com/_mock/apis/catena-tools-core/api/v1/matchbroker/admin/reconfigure?delayAllocationSeconds=0&fastSchedule=0&matchMaxRunTimeMinutes=0&matchPickupTimeSeconds=0&matchReadyTimeSeconds=0&scheduleFrequencySeconds=0&serverMaxLifetimeMinutes=0'