@@ -56,19 +56,16 @@ Name | Type | Description
5656'https://api.github.com/repos/octocat/example/statuses/1 ' %>
5757<%= json : status %>
5858
59- <% combined_media_type = "application/vnd.github.she-hulk-preview+json" %>
60-
6159## List Statuses for a specific Ref
6260
6361Users with pull access can view commit statuses for a given ref:
6462
65- GET /repos/:owner/:repo/statuses /:ref
63+ GET /repos/:owner/:repo/commits /:ref/statuses
6664
6765<div class =" alert " >
6866 <p >
69- If you send an <code>Accept</code> header with the Combined Status API preview
70- <a href="/v3/media/">media type</a>, <code><%= combined_media_type %></code>,
71- this endpoint is also available at <code>/repos/:owner/:repo/commits/:ref/statuses</code>.
67+ This resource is also available via a legacy route:
68+ <code>GET /repos/:owner/:repo/statuses/:ref</code>.
7269 </p >
7370</div >
7471
@@ -89,19 +86,6 @@ Name | Type | Description
8986
9087## Get the combined Status for a specific Ref
9188
92- <div class =" alert " >
93- <p >
94- The Combined status endpoint is currently available for developers to preview.
95- During the preview period, the API may change without advance notice.
96- Please see the <a href="/changes/2014-03-27-combined-status-api/">blog post</a> for full details.
97- </p >
98- <p >
99- To access this endpoint during the preview period, you must provide a custom
100- <a href="/v3/media/">media type</a> in the <code>Accept</code> header:
101- <pre><%= combined_media_type %></pre>
102- </p >
103- </div >
104-
10589Users with pull access can access a combined view of commit statuses for a given ref.
10690
10791 GET /repos/:owner/:repo/commits/:ref/status
0 commit comments