{ "opencollection": "1.0.0", "info": { "name": "Identity Service Ably Timekeeper Goals API", "version": "1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Timekeeper Goals", "type": "folder" }, "items": [ { "info": { "name": "TimekeeperGoalController_getTimekeeperGoal_v1", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/timekeeper-goals" } }, { "info": { "name": "TimekeeperGoalController_updateGoals_v1", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/timekeeper-goals", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "CustomerTimekeeperGoalController_getCustomerTimekeeperGoal_v1", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/customers/:customerId/timekeeper-goals", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "customer id" } ] } }, { "info": { "name": "CustomerTimekeeperGoalController_upsertCustomerGoal_v1", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/customers/:customerId/timekeeper-goals", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "customer id" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }