{ "info": { "name": "Github Get Teams Team Repos Owner Repo", "_postman_id": "4571df1f-f3ca-484e-bdf9-76266daff6fa", "description": "Check if a team manages a repository", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "teams", "item": [ { "id": "06829fcc-b457-48a9-a9a2-4d3071e13106", "name": "check-if-a-team-manages-a-repository", "request": { "url": { "protocol": "http", "host": "api.github.com", "path": [ "teams/:teamId/repos/:owner/:repo" ], "query": [ { "key": "access_token", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "owner", "value": "{}", "type": "string" }, { "id": "repo", "value": "{}", "type": "string" }, { "id": "teamId", "value": "{}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "{}", "description": "Is used to set specified media type", "disabled": false } ], "body": { "mode": "raw" }, "description": "Check if a team manages a repository" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "40022379-f439-4046-9f0d-f5f2ef847a97" } ] } ] } ] }