{ "opencollection": "1.0.0", "info": { "name": "Identity Service Ably Timer Draft API", "version": "1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Timer Draft", "type": "folder" }, "items": [ { "info": { "name": "TimerDraftController_findManyByDate_v1", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/timer-drafts", "params": [ { "name": "date", "value": "", "type": "query", "description": "the date for which timers will be returned" } ] } }, { "info": { "name": "TimerDraftController_createOne_v1", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/timer-drafts", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "TimerDraftController_updateOne_v1", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/timer-drafts/:timerDraftId", "params": [ { "name": "timerDraftId", "value": "", "type": "path", "description": "timer draft id" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "TimerDraftController_deleteOne_v1", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/timer-drafts/:timerDraftId", "params": [ { "name": "timerDraftId", "value": "", "type": "path", "description": "timer draft id" } ] } } ] } ], "bundled": true }