{ "opencollection": "1.0.0", "info": { "name": "Edgegap Arbitrium App Versions Matchmaking API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Matchmaking", "type": "folder" }, "items": [ { "info": { "name": "Create matchmaking ticket", "type": "http" }, "http": { "method": "POST", "url": "https://api.edgegap.com/tickets", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new matchmaking ticket on a deployed matchmaker service. Served from the matchmaker service URL." }, { "info": { "name": "Poll matchmaking ticket", "type": "http" }, "http": { "method": "GET", "url": "https://api.edgegap.com/tickets/:ticket_id", "params": [ { "name": "ticket_id", "value": "", "type": "path" } ] }, "docs": "Poll matchmaking ticket" }, { "info": { "name": "Delete matchmaking ticket", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.edgegap.com/tickets/:ticket_id", "params": [ { "name": "ticket_id", "value": "", "type": "path" } ] }, "docs": "Delete matchmaking ticket" } ] } ], "bundled": true }