{ "opencollection": "1.0.0", "info": { "name": "Core access-groups docs API", "version": "1.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "docs", "type": "folder" }, "items": [ { "info": { "name": "postdocsVersion", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/docs/version", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new docs version" }, { "info": { "name": "postdocsCreateProject", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/docs/create-project", "body": { "type": "json", "data": "{}" } }, "docs": "Create a WYSIWYG project" }, { "info": { "name": "deletedocsDeleteProject", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/docs/delete-project", "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a project" }, { "info": { "name": "postdocsDuplicate", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/docs/duplicate", "body": { "type": "json", "data": "{}" } }, "docs": "Duplicates a page" }, { "info": { "name": "postprojectUpdate", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/project/update", "body": { "type": "json", "data": "{}" } }, "docs": "Update sync or hosted project record" }, { "info": { "name": "postdocsProjectChangePrivacy", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/docs/project/change-privacy", "body": { "type": "json", "data": "{}" } }, "docs": "Change the private status of a project" } ] } ], "bundled": true }