{ "opencollection": "1.0.0", "info": { "name": "Bench AccountActivities ProjectGroupings API", "version": "1.0" }, "items": [ { "info": { "name": "ProjectGroupings", "type": "folder" }, "items": [ { "info": { "name": "Set grouping to the project in the given account", "type": "http" }, "http": { "method": "POST", "url": "https://bench.gobridgit.com/rp/api/v1/accounts/:accountId/projects/:projectId/groupings", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The Account ID" }, { "name": "projectId", "value": "", "type": "path", "description": "The Project ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "
Permissions
Project: Write" }, { "info": { "name": "Update grouping to the project in the given account", "type": "http" }, "http": { "method": "PUT", "url": "https://bench.gobridgit.com/rp/api/v1/accounts/:accountId/projects/:projectId/groupings", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The Account ID" }, { "name": "projectId", "value": "", "type": "path", "description": "The Project ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "
Permissions
Project: Write" }, { "info": { "name": "Removes grouping from the project in the given account", "type": "http" }, "http": { "method": "DELETE", "url": "https://bench.gobridgit.com/rp/api/v1/accounts/:accountId/projects/:projectId/groupings/:id", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The Account ID" }, { "name": "projectId", "value": "", "type": "path", "description": "The Project ID" }, { "name": "id", "value": "", "type": "path", "description": "The grouping ID for project" } ] }, "docs": "
Permissions
Project: Write" } ] } ], "bundled": true }