Commit 26bd377
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 documentation1 parent 49c37e2 commit 26bd377
File tree
1 file changed
+2
-2
lines changed- docs/v3/source/includes/resources/packages
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments