--- swagger: "2.0" x-collection-name: GitHub x-complete: 0 info: title: Github Get Repos Owner Repo Commits Ref Status description: |- Get the combined Status for a specific Ref The Combined status endpoint is currently available for developers to preview. During the preview period, the API may change without advance notice. Please see the blog post for full details. To access this endpoint during the preview period, you must provide a custom media type in the Accept header: application/vnd.github.she-hulk-preview+json termsOfService: https://help.github.com/articles/github-terms-of-service/#b-api-terms version: 1.0.0 host: api.github.com basePath: / schemes: - http produces: - application/json consumes: - application/json paths: /repos/{owner}/{repo}/commits/{ref}/status: get: summary: Get Repos Owner Repo Commits Ref Status description: |- Get the combined Status for a specific Ref The Combined status endpoint is currently available for developers to preview. During the preview period, the API may change without advance notice. Please see the blog post for full details. To access this endpoint during the preview period, you must provide a custom media type in the Accept header: application/vnd.github.she-hulk-preview+json operationId: get-the-combined-status-for-a-specific-refthe-combined-status-endpoint-is-currently-available-for-de x-api-path-slug: reposownerrepocommitsrefstatus-get parameters: - in: header name: Accept description: Is used to set specified media type - in: query name: access_token description: Your Github OAuth token - in: path name: owner description: Name of repository owner - in: path name: ref - in: path name: repo description: Name of repository responses: 200: description: OK tags: - Repos - Owner - Repo - Commits - Ref - Status x-streamrank: polling_total_time_average: 0 polling_size_download_average: 0 streaming_total_time_average: 0 streaming_size_download_average: 0 change_yes: 0 change_no: 0 time_percentage: 0 size_percentage: 0 change_percentage: 0 last_run: "" days_run: 0 minute_run: 0 ---