Skip to content

Commit 58a00d7

Browse files
author
Ben Lavender
committed
Yes it is @jasonrudolph
1 parent 74deb2c commit 58a00d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/v3/repos/statuses.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Users with pull access can view commit statuses for a given ref:
6868
<p>
6969
If you send an <code>Accept</code> header with the Combined Status API preview
7070
<a href="/v3/media/">media type</a>, <code><%= combined_media_type %></code>,
71-
this endpoint is also available at <code>/repos/:owner/:repo/:ref/statuses</code>.
71+
this endpoint is also available at <code>/repos/:owner/:repo/commits/:ref/statuses</code>.
7272
</p>
7373
</div>
7474

@@ -104,7 +104,7 @@ Name | Type | Description
104104

105105
Users with pull access can access a combined view of commit statuses for a given ref.
106106

107-
GET /repos/:owner/:repo/:ref/status
107+
GET /repos/:owner/:repo/commits/:ref/status
108108

109109
The most recent status for each context is returned (up to 25), as well as a combined
110110
`state`. The `state` is `pending` to start, `failure` if any status reports as

0 commit comments

Comments
 (0)