{ "opencollection": "1.0.0", "info": { "name": "Saasxl-api doc Shared Permissions Controller API", "version": "1.0" }, "items": [ { "info": { "name": "shared-permissions-controller", "type": "folder" }, "items": [ { "info": { "name": "modifySharedPermission", "type": "http" }, "http": { "method": "PUT", "url": "https://datagol-be.events.com/noCo/api/v1/sharedPermissions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteSharedPermission", "type": "http" }, "http": { "method": "DELETE", "url": "https://datagol-be.events.com/noCo/api/v1/sharedPermissions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "createSharedPermission", "type": "http" }, "http": { "method": "POST", "url": "https://datagol-be.events.com/noCo/api/v1/sharedPermissions", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getSharedPermission", "type": "http" }, "http": { "method": "GET", "url": "https://datagol-be.events.com/noCo/api/v1/sharedPermissions/:sharedItemId", "params": [ { "name": "sharedItemId", "value": "", "type": "path" } ] } } ] } ], "bundled": true }