{ "opencollection": "1.0.0", "info": { "name": "Labguru Antibodies Sections API", "version": "v1" }, "items": [ { "info": { "name": "Sections", "type": "folder" }, "items": [ { "info": { "name": "Add a section", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/sections", "body": { "type": "json", "data": "{}" } }, "docs": "Add a section" }, { "info": { "name": "Sort sections", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/sections/sort", "body": { "type": "json", "data": "{}" } }, "docs": "Change the arrangement of sections on a Labguru page" }, { "info": { "name": "Get section by id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/sections/:id", "params": [ { "name": "token", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path", "description": "the id of the section" } ] }, "docs": "Get section by id" }, { "info": { "name": "Update section", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/sections/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the section" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update section" } ] } ], "bundled": true }