{ "info": { "name": "Github Get Repos Owner Repo Comments Comment", "_postman_id": "f44d4999-21ac-4810-9992-4f9d33aa1767", "description": "Get a single commit comment.", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "repos", "item": [ { "id": "60efb548-f116-4f71-950b-36faa8e1c113", "name": "get-a-single-commit-comment", "request": { "url": { "protocol": "http", "host": "api.github.com", "path": [ "repos/:owner/:repo/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 commit comment" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "851b0bb8-f9e8-4e93-a355-986bd222ead6" } ] } ] } ] }