{ "opencollection": "1.0.0", "info": { "name": "Unity Analytics Allocations Modules API", "version": "v1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Modules", "type": "folder" }, "items": [ { "info": { "name": "List Modules", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.services.api.unity.com/v1/projects/:projectId/modules", "params": [ { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "Returns all Cloud Code C# modules for the project." }, { "info": { "name": "Upload Module", "type": "http" }, "http": { "method": "POST", "url": "https://analytics.services.api.unity.com/v1/projects/:projectId/modules", "params": [ { "name": "projectId", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" } ] } }, "docs": "Uploads a compiled C# Cloud Code module (.ccm file)." }, { "info": { "name": "Get Module", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.services.api.unity.com/v1/projects/:projectId/modules/:moduleName", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "moduleName", "value": "", "type": "path" } ] }, "docs": "Returns details about a specific Cloud Code C# module." }, { "info": { "name": "Delete Module", "type": "http" }, "http": { "method": "DELETE", "url": "https://analytics.services.api.unity.com/v1/projects/:projectId/modules/:moduleName", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "moduleName", "value": "", "type": "path" } ] }, "docs": "Deletes a Cloud Code C# module." } ] } ], "bundled": true }