Skip to content

Commit 569ccbb

Browse files
jeremyruppelgjtorikian
authored andcommitted
Fix combined status API response
The docs show the response as an array but the API returns an object (as it should!).
1 parent dd81d8d commit 569ccbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/v3/repos/statuses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ Name | Type | Description
116116

117117
### Response
118118
<%= headers 200 %>
119-
<%= json(:combined_status) { |h| [h] } %>
119+
<%= json(:combined_status) %>

0 commit comments

Comments
 (0)