diff --git a/doc/compiled.json b/doc/compiled.json index 31b22508..29bf1029 100644 --- a/doc/compiled.json +++ b/doc/compiled.json @@ -21423,6 +21423,9 @@ }, "X-Rate-Limit-Reset": { "$ref": "#/components/headers/X-Rate-Limit-Reset" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -25082,6 +25085,9 @@ }, "X-Rate-Limit-Reset": { "$ref": "#/components/headers/X-Rate-Limit-Reset" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -26750,6 +26756,9 @@ }, "X-Rate-Limit-Reset": { "$ref": "#/components/headers/X-Rate-Limit-Reset" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, diff --git a/paths/keys/search.yaml b/paths/keys/search.yaml index 7fc51338..9807363a 100644 --- a/paths/keys/search.yaml +++ b/paths/keys/search.yaml @@ -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': diff --git a/paths/search/in_account.yaml b/paths/search/in_account.yaml index b1b41463..84963ccc 100644 --- a/paths/search/in_account.yaml +++ b/paths/search/in_account.yaml @@ -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': diff --git a/paths/translations/search.yaml b/paths/translations/search.yaml index e9b64877..cfa90909 100644 --- a/paths/translations/search.yaml +++ b/paths/translations/search.yaml @@ -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':