{ "opencollection": "1.0.0", "info": { "name": "Tolgee API Keys Projects API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List projects", "type": "http" }, "http": { "method": "GET", "url": "https://app.tolgee.io/v2/projects", "params": [ { "name": "page", "value": "", "type": "query", "description": "Zero-based page index." }, { "name": "size", "value": "", "type": "query", "description": "Page size." }, { "name": "search", "value": "", "type": "query" } ] }, "docs": "Returns a paginated list of projects the caller can access." }, { "info": { "name": "Create a project", "type": "http" }, "http": { "method": "POST", "url": "https://app.tolgee.io/v2/projects", "body": { "type": "json", "data": "{}" } }, "docs": "Create a project" }, { "info": { "name": "Get a project", "type": "http" }, "http": { "method": "GET", "url": "https://app.tolgee.io/v2/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Numeric project identifier." } ] }, "docs": "Get a project" }, { "info": { "name": "Update a project", "type": "http" }, "http": { "method": "PUT", "url": "https://app.tolgee.io/v2/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Numeric project identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a project" }, { "info": { "name": "Delete a project", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.tolgee.io/v2/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Numeric project identifier." } ] }, "docs": "Delete a project" } ] } ], "bundled": true }