{ "opencollection": "1.0.0", "info": { "name": "Unity Analytics Allocations Config API", "version": "v1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Config", "type": "folder" }, "items": [ { "info": { "name": "List Remote Configs", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.services.api.unity.com/v1/projects/:projectId/environments/:environmentId/configs", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "environmentId", "value": "", "type": "path" } ] }, "docs": "Returns all configuration schemas and their settings for the specified project environment." }, { "info": { "name": "Get Remote Config", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.services.api.unity.com/v1/projects/:projectId/environments/:environmentId/configs/:configId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "environmentId", "value": "", "type": "path" }, { "name": "configId", "value": "", "type": "path" } ] }, "docs": "Returns a specific configuration with all its settings." }, { "info": { "name": "Update Remote Config", "type": "http" }, "http": { "method": "PUT", "url": "https://analytics.services.api.unity.com/v1/projects/:projectId/environments/:environmentId/configs/:configId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "environmentId", "value": "", "type": "path" }, { "name": "configId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates the complete set of settings for a configuration." } ] } ], "bundled": true }