{ "opencollection": "1.0.0", "info": { "name": "LangSmith access_policies comments API", "version": "0.1.0" }, "items": [ { "info": { "name": "comments", "type": "folder" }, "items": [ { "info": { "name": "Get Comments", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/comments/:owner/:repo", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "repo", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Get Comments" }, { "info": { "name": "Create Comment", "type": "http" }, "http": { "method": "POST", "url": "/api/v1/comments/:owner/:repo", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "repo", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Create Comment" }, { "info": { "name": "Get Sub Comments", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/comments/:owner/:repo/:parent_comment_id", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "repo", "value": "", "type": "path" }, { "name": "parent_comment_id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Get Sub Comments" }, { "info": { "name": "Create Sub Comment", "type": "http" }, "http": { "method": "POST", "url": "/api/v1/comments/:owner/:repo/:parent_comment_id", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "repo", "value": "", "type": "path" }, { "name": "parent_comment_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Create Sub Comment" }, { "info": { "name": "Like Comment", "type": "http" }, "http": { "method": "POST", "url": "/api/v1/comments/:owner/:repo/:parent_comment_id/like", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "repo", "value": "", "type": "path" }, { "name": "parent_comment_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Like Comment" }, { "info": { "name": "Unlike Comment", "type": "http" }, "http": { "method": "DELETE", "url": "/api/v1/comments/:owner/:repo/:parent_comment_id/like", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "repo", "value": "", "type": "path" }, { "name": "parent_comment_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Unlike Comment" } ] } ], "bundled": true }