{ "opencollection": "1.0.0", "info": { "name": "Unity Analytics Allocations Queues API", "version": "v1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Queues", "type": "folder" }, "items": [ { "info": { "name": "List Matchmaking Queues", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.services.api.unity.com/v3/projects/:projectId/environments/:environmentId/queues", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "environmentId", "value": "", "type": "path" } ] }, "docs": "Returns all configured matchmaking queues for the environment." }, { "info": { "name": "Create Matchmaking Queue", "type": "http" }, "http": { "method": "POST", "url": "https://analytics.services.api.unity.com/v3/projects/:projectId/environments/:environmentId/queues", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "environmentId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new matchmaking queue with specified rules and pool configuration." }, { "info": { "name": "Get Matchmaking Queue", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.services.api.unity.com/v3/projects/:projectId/environments/:environmentId/queues/:queueName", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "environmentId", "value": "", "type": "path" }, { "name": "queueName", "value": "", "type": "path" } ] }, "docs": "Returns configuration and status for a specific matchmaking queue." }, { "info": { "name": "Update Matchmaking Queue", "type": "http" }, "http": { "method": "PUT", "url": "https://analytics.services.api.unity.com/v3/projects/:projectId/environments/:environmentId/queues/:queueName", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "environmentId", "value": "", "type": "path" }, { "name": "queueName", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration of an existing matchmaking queue." }, { "info": { "name": "Delete Matchmaking Queue", "type": "http" }, "http": { "method": "DELETE", "url": "https://analytics.services.api.unity.com/v3/projects/:projectId/environments/:environmentId/queues/:queueName", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "environmentId", "value": "", "type": "path" }, { "name": "queueName", "value": "", "type": "path" } ] }, "docs": "Deletes a matchmaking queue and all its configuration." } ] } ], "bundled": true }