{ "info": { "name": "Github Get Repos Owner Repo Pulls Comments Comment", "_postman_id": "e3b941d3-95fa-4a33-babb-26c1b1bd0556", "description": "Get a single comment.", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "repos", "item": [ { "id": "5fea3612-1d70-4be4-84e5-cbcbecdb8215", "name": "get-a-single-comment", "request": { "url": { "protocol": "http", "host": "api.github.com", "path": [ "repos/:owner/:repo/pulls/comments/:commentId" ], "query": [ { "key": "access_token", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "commentId", "value": "{}", "type": "string" }, { "id": "owner", "value": "{}", "type": "string" }, { "id": "repo", "value": "{}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "{}", "description": "Is used to set specified media type", "disabled": false } ], "body": { "mode": "raw" }, "description": "Get a single comment" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "d496d578-9aed-41d0-92ee-932564c8218d" } ] } ] } ] }