{ "opencollection": "1.0.0", "info": { "name": "Reclaim account-time-schemes smart-habit-custom-templates API", "version": "0.1" }, "items": [ { "info": { "name": "smart-habit-custom-templates", "type": "folder" }, "items": [ { "info": { "name": "findAllHabitTemplates", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/templates/smart-habit" } }, { "info": { "name": "createHabitTemplate", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/templates/smart-habit", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "findHabitTemplateById", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/templates/smart-habit/:templateId", "params": [ { "name": "templateId", "value": "", "type": "path" } ] } }, { "info": { "name": "updateHabitTemplate", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/templates/smart-habit/:templateId", "params": [ { "name": "templateId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteHabitTemplate", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/templates/smart-habit/:templateId", "params": [ { "name": "templateId", "value": "", "type": "path" } ] } }, { "info": { "name": "disableHabitTemplate", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/templates/smart-habit/:templateId/disable", "params": [ { "name": "templateId", "value": "", "type": "path" } ] } }, { "info": { "name": "enableHabitTemplate", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/templates/smart-habit/:templateId/enable", "params": [ { "name": "templateId", "value": "", "type": "path" } ] } } ] } ], "bundled": true }