{ "opencollection": "1.0.0", "info": { "name": "Plane Cycle Work Items Modules API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Modules", "type": "folder" }, "items": [ { "info": { "name": "List all modules in a project.", "type": "http" }, "http": { "method": "GET", "url": "https://api.plane.so/api/v1/workspaces/:workspace_slug/projects/:project_id/modules/", "params": [ { "name": "workspace_slug", "value": "", "type": "path", "description": "The unique slug of the workspace." }, { "name": "project_id", "value": "", "type": "path", "description": "The UUID of the project." } ] }, "docs": "List all modules in a project." }, { "info": { "name": "Create a module in a project.", "type": "http" }, "http": { "method": "POST", "url": "https://api.plane.so/api/v1/workspaces/:workspace_slug/projects/:project_id/modules/", "params": [ { "name": "workspace_slug", "value": "", "type": "path", "description": "The unique slug of the workspace." }, { "name": "project_id", "value": "", "type": "path", "description": "The UUID of the project." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a module in a project." }, { "info": { "name": "Retrieve a module.", "type": "http" }, "http": { "method": "GET", "url": "https://api.plane.so/api/v1/workspaces/:workspace_slug/projects/:project_id/modules/:module_id/", "params": [ { "name": "workspace_slug", "value": "", "type": "path", "description": "The unique slug of the workspace." }, { "name": "project_id", "value": "", "type": "path", "description": "The UUID of the project." }, { "name": "module_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a module." }, { "info": { "name": "Update a module.", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.plane.so/api/v1/workspaces/:workspace_slug/projects/:project_id/modules/:module_id/", "params": [ { "name": "workspace_slug", "value": "", "type": "path", "description": "The unique slug of the workspace." }, { "name": "project_id", "value": "", "type": "path", "description": "The UUID of the project." }, { "name": "module_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a module." }, { "info": { "name": "Delete a module.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.plane.so/api/v1/workspaces/:workspace_slug/projects/:project_id/modules/:module_id/", "params": [ { "name": "workspace_slug", "value": "", "type": "path", "description": "The unique slug of the workspace." }, { "name": "project_id", "value": "", "type": "path", "description": "The UUID of the project." }, { "name": "module_id", "value": "", "type": "path" } ] }, "docs": "Delete a module." } ] } ], "bundled": true }