{ "opencollection": "1.0.0", "info": { "name": "Outline AccessRequests Comments API", "version": "0.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Comments", "type": "folder" }, "items": [ { "info": { "name": "Create a comment", "type": "http" }, "http": { "method": "POST", "url": "https://app.getoutline.com/api/comments.create", "body": { "type": "json", "data": "{}" } }, "docs": "Add a comment or reply to a document, either `data` or `text` is required. Provide `anchorText` to create an inline comment attached to a specific text range in the document." }, { "info": { "name": "Retrieve a comment", "type": "http" }, "http": { "method": "POST", "url": "https://app.getoutline.com/api/comments.info", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve a comment" }, { "info": { "name": "Update a comment", "type": "http" }, "http": { "method": "POST", "url": "https://app.getoutline.com/api/comments.update", "body": { "type": "json", "data": "{}" } }, "docs": "Update a comment" }, { "info": { "name": "Delete a comment", "type": "http" }, "http": { "method": "POST", "url": "https://app.getoutline.com/api/comments.delete", "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a comment. If the comment is a top-level comment, all its children will be deleted as well." }, { "info": { "name": "List all comments", "type": "http" }, "http": { "method": "POST", "url": "https://app.getoutline.com/api/comments.list", "body": { "type": "json", "data": "{}" } }, "docs": "This method will list all comments matching the given properties." } ] } ], "bundled": true }