Skip to content

Commit

Permalink
Add Pagination header to POST search endpoints #457 (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
jablan authored Nov 8, 2024
1 parent 32746b1 commit b108665
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -21423,6 +21423,9 @@
},
"X-Rate-Limit-Reset": {
"$ref": "#/components/headers/X-Rate-Limit-Reset"
},
"Pagination": {
"$ref": "#/components/headers/Pagination"
}
}
},
Expand Down Expand Up @@ -25082,6 +25085,9 @@
},
"X-Rate-Limit-Reset": {
"$ref": "#/components/headers/X-Rate-Limit-Reset"
},
"Pagination": {
"$ref": "#/components/headers/Pagination"
}
}
},
Expand Down Expand Up @@ -26750,6 +26756,9 @@
},
"X-Rate-Limit-Reset": {
"$ref": "#/components/headers/X-Rate-Limit-Reset"
},
"Pagination": {
"$ref": "#/components/headers/Pagination"
}
}
},
Expand Down
2 changes: 2 additions & 0 deletions paths/keys/search.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ responses:
"$ref": "../../headers.yaml#/X-Rate-Limit-Remaining"
X-Rate-Limit-Reset:
"$ref": "../../headers.yaml#/X-Rate-Limit-Reset"
Pagination:
"$ref": "../../headers.yaml#/Pagination"
'400':
"$ref": "../../responses.yaml#/400"
'404':
Expand Down
2 changes: 2 additions & 0 deletions paths/search/in_account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ responses:
"$ref": "../../headers.yaml#/X-Rate-Limit-Remaining"
X-Rate-Limit-Reset:
"$ref": "../../headers.yaml#/X-Rate-Limit-Reset"
Pagination:
"$ref": "../../headers.yaml#/Pagination"
'400':
"$ref": "../../responses.yaml#/400"
'404':
Expand Down
2 changes: 2 additions & 0 deletions paths/translations/search.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ responses:
"$ref": "../../headers.yaml#/X-Rate-Limit-Remaining"
X-Rate-Limit-Reset:
"$ref": "../../headers.yaml#/X-Rate-Limit-Reset"
Pagination:
"$ref": "../../headers.yaml#/Pagination"
'400':
"$ref": "../../responses.yaml#/400"
'404':
Expand Down

0 comments on commit b108665

Please sign in to comment.