{ "opencollection": "1.0.0", "info": { "name": "Identity Service Ably Timesheets API", "version": "1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Timesheets", "type": "folder" }, "items": [ { "info": { "name": "TimesheetController_updateTimesheet_v1", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/timesheets", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "TimesheetController_deleteTimesheet_v1", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/timesheets", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "TimesheetController_suggestInitiatives_v1", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/timesheets/initiatives/suggest", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "TimesheetController_predictInitiatives_v1", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/timesheets/initiatives/predict", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "TimesheetController_dismissInitiatives_v1", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/timesheets/initiatives/dismiss", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "TimesheetController_dismissPredictions_v1", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/timesheets/predictions/dismiss", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }