{ "opencollection": "1.0.0", "info": { "name": "Koyeb Rest activity Projects API", "version": "1.0.0" }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List projects", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/projects", "params": [ { "name": "limit", "value": "", "type": "query", "description": "(Optional) The number of items to return" }, { "name": "offset", "value": "", "type": "query", "description": "(Optional) The offset in the list of item to return" } ] }, "docs": "List projects" }, { "info": { "name": "Create project", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/projects" }, "docs": "Create project" }, { "info": { "name": "Get project", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/projects/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get project" }, { "info": { "name": "Update project", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v1/projects/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "update_mask", "value": "", "type": "query" } ] }, "docs": "Update project" }, { "info": { "name": "Update project", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/v1/projects/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "update_mask", "value": "", "type": "query" } ] }, "docs": "Update project" }, { "info": { "name": "Delete project", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/projects/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete project" } ] } ], "bundled": true }