Skip to content

Commit 26bd377

Browse files
authored
Update list packages per app API description (#4459)
In all "list" endpoint example responses there is a common pattern: ```http HTTP/1.1 200 OK Content-Type: application/json <%= yield_content :paginated_list_of_[resource] %> ``` This pattern is broken in this case and makes it inconsistent compared to the rest of the documentation
1 parent 49c37e2 commit 26bd377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/v3/source/includes/resources/packages/_list_for_app.md.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Example Response
1616

1717
```http
1818
HTTP/1.1 200 OK
19-
```
20-
```json
19+
Content-Type: application/json
20+
2121
<%= yield_content :paginated_list_of_associated_packages %>
2222
```
2323

0 commit comments

Comments
 (0)