Skip to content

Commit bce2468

Browse files
committed
Add a note about the Status API list order
Since a commit can have multiple statuses recorded, it's pretty important for a client to know which one to consider to determine the overall "passing" state.
1 parent 84a2f6d commit bce2468

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/v3/repos/statuses.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ Users with pull access can view commit statuses for a given ref:
3131

3232
GET /repos/:owner/:repo/statuses/:ref
3333

34+
Statuses are returned in reverse chronological order. The first status in the
35+
list will be the latest one.
36+
3437
### Parameters
3538

3639
Name | Type | Description

0 commit comments

Comments
 (0)