Skip to content

Commit a08588c

Browse files
committed
ALL REPOS endpoint returns the simpler repo data
1 parent 6d4cb5a commit a08588c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/v3/repos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ since
7171
### Response
7272

7373
<%= headers 200 %>
74-
<%= json(:repo) { |h| [h] } %>
74+
<%= json(:simple_repo) { |h| [h] } %>
7575

7676
## Create
7777

0 commit comments

Comments
 (0)