diff --git a/doc/compiled.json b/doc/compiled.json index a26a11c7..9e44d34d 100644 --- a/doc/compiled.json +++ b/doc/compiled.json @@ -326,6 +326,43 @@ "schema": { "type": "integer" } + }, + "Pagination": { + "description": "Pagination details for navigating through a collection of resources, provided in JSON format.", + "schema": { + "type": "object", + "properties": { + "total_count": { + "description": "Total count of items in the collection.", + "type": "integer", + "example": 10 + }, + "total_pages_count": { + "description": "Total number of pages available for the collection.", + "type": "integer", + "example": 2 + }, + "current_page": { + "description": "The current page number.", + "type": "integer", + "example": 1 + }, + "current_per_page": { + "description": "Number of items currently displayed per page.", + "type": "integer", + "example": 5 + }, + "previous_page": { + "description": "Page number of the previous page, if available.", + "type": "integer" + }, + "next_page": { + "description": "Page number of the next page, if available.", + "type": "integer", + "example": 2 + } + } + } } }, "schemas": { @@ -4803,6 +4840,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -4899,6 +4939,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -5188,6 +5231,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -5688,6 +5734,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -6185,6 +6234,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -6589,6 +6641,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -7253,6 +7308,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -7664,6 +7722,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -7755,6 +7816,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -8443,6 +8507,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -8894,6 +8961,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -9401,6 +9471,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -9630,6 +9703,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -10455,6 +10531,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -10837,6 +10916,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -11204,6 +11286,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -11564,6 +11649,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -11847,6 +11935,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -12490,6 +12581,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -12844,6 +12938,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -13317,6 +13414,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -13928,6 +14028,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -14218,6 +14321,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -14500,6 +14606,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -14679,6 +14788,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -14764,6 +14876,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -15167,6 +15282,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -15752,6 +15870,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -16480,6 +16601,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -16941,6 +17065,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -17289,6 +17416,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -17765,6 +17895,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -17957,6 +18090,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -18407,6 +18543,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -18798,6 +18937,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -19187,6 +19329,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -19477,6 +19622,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -19860,6 +20008,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -20962,6 +21113,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -21571,6 +21725,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -21912,6 +22069,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -22107,6 +22267,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -22859,6 +23022,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -23083,6 +23249,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -23195,6 +23364,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -24420,6 +24592,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -24618,6 +24793,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -25263,6 +25441,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -25416,6 +25597,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -25556,6 +25740,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -25629,6 +25816,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, @@ -25986,6 +26176,9 @@ }, "Link": { "$ref": "#/components/headers/Link" + }, + "Pagination": { + "$ref": "#/components/headers/Pagination" } } }, diff --git a/headers.yaml b/headers.yaml index 6ec4454e..74afeabb 100644 --- a/headers.yaml +++ b/headers.yaml @@ -22,3 +22,31 @@ X-Rate-Limit-Reset: description: The number of seconds left in the current period schema: type: integer +Pagination: + description: Pagination details for navigating through a collection of resources, provided in JSON format. + schema: + type: object + properties: + total_count: + description: Total count of items in the collection. + type: integer + example: 10 + total_pages_count: + description: Total number of pages available for the collection. + type: integer + example: 2 + current_page: + description: The current page number. + type: integer + example: 1 + current_per_page: + description: Number of items currently displayed per page. + type: integer + example: 5 + previous_page: + description: Page number of the previous page, if available. + type: integer + next_page: + description: Page number of the next page, if available. + type: integer + example: 2 diff --git a/paths/accounts/index.yaml b/paths/accounts/index.yaml index 0c861b01..001fd02b 100644 --- a/paths/accounts/index.yaml +++ b/paths/accounts/index.yaml @@ -26,6 +26,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/accounts/locales.yaml b/paths/accounts/locales.yaml index 504c45d3..5d13a6c3 100644 --- a/paths/accounts/locales.yaml +++ b/paths/accounts/locales.yaml @@ -27,6 +27,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/authorizations/index.yaml b/paths/authorizations/index.yaml index eff6132a..a3248af7 100644 --- a/paths/authorizations/index.yaml +++ b/paths/authorizations/index.yaml @@ -26,6 +26,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/bitbucket_syncs/index.yaml b/paths/bitbucket_syncs/index.yaml index af84b245..b89dfc57 100644 --- a/paths/bitbucket_syncs/index.yaml +++ b/paths/bitbucket_syncs/index.yaml @@ -30,6 +30,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/blacklisted_keys/index.yaml b/paths/blacklisted_keys/index.yaml index 9636a934..90344653 100644 --- a/paths/blacklisted_keys/index.yaml +++ b/paths/blacklisted_keys/index.yaml @@ -33,6 +33,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/branches/index.yaml b/paths/branches/index.yaml index a023fd5b..b80656d6 100644 --- a/paths/branches/index.yaml +++ b/paths/branches/index.yaml @@ -27,6 +27,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/comment_reactions/index.yaml b/paths/comment_reactions/index.yaml index e56a54c8..9faf33b7 100644 --- a/paths/comment_reactions/index.yaml +++ b/paths/comment_reactions/index.yaml @@ -35,6 +35,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '403': diff --git a/paths/comment_replies/index.yaml b/paths/comment_replies/index.yaml index c878ffe2..c7e9d7fa 100644 --- a/paths/comment_replies/index.yaml +++ b/paths/comment_replies/index.yaml @@ -55,6 +55,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '403': diff --git a/paths/comments/index.yaml b/paths/comments/index.yaml index 20c955f8..560e64f1 100644 --- a/paths/comments/index.yaml +++ b/paths/comments/index.yaml @@ -62,6 +62,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/custom_metadata_properties/index.yaml b/paths/custom_metadata_properties/index.yaml index 75f13cad..973029c6 100644 --- a/paths/custom_metadata_properties/index.yaml +++ b/paths/custom_metadata_properties/index.yaml @@ -55,6 +55,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/distributions/index.yaml b/paths/distributions/index.yaml index f0854dba..a78ace4c 100644 --- a/paths/distributions/index.yaml +++ b/paths/distributions/index.yaml @@ -27,6 +27,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/documents/index.yaml b/paths/documents/index.yaml index f2597a09..44552539 100644 --- a/paths/documents/index.yaml +++ b/paths/documents/index.yaml @@ -27,6 +27,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/figma_attachments/index.yaml b/paths/figma_attachments/index.yaml index 7d2155ad..630ba5c6 100644 --- a/paths/figma_attachments/index.yaml +++ b/paths/figma_attachments/index.yaml @@ -33,6 +33,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" "400": "$ref": "../../responses.yaml#/400" "404": diff --git a/paths/formats/index.yaml b/paths/formats/index.yaml index b99e755d..1906b6d8 100644 --- a/paths/formats/index.yaml +++ b/paths/formats/index.yaml @@ -24,6 +24,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/gitlab_syncs/history.yaml b/paths/gitlab_syncs/history.yaml index 05bf2fd5..9d9eaba0 100644 --- a/paths/gitlab_syncs/history.yaml +++ b/paths/gitlab_syncs/history.yaml @@ -33,6 +33,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/gitlab_syncs/import.yaml b/paths/gitlab_syncs/import.yaml index 64a217a6..6f4028d7 100644 --- a/paths/gitlab_syncs/import.yaml +++ b/paths/gitlab_syncs/import.yaml @@ -25,6 +25,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/gitlab_syncs/index.yaml b/paths/gitlab_syncs/index.yaml index d5dbcc7a..31280b9f 100644 --- a/paths/gitlab_syncs/index.yaml +++ b/paths/gitlab_syncs/index.yaml @@ -30,6 +30,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/glossaries/index.yaml b/paths/glossaries/index.yaml index f4efd0ab..b4e99681 100644 --- a/paths/glossaries/index.yaml +++ b/paths/glossaries/index.yaml @@ -27,6 +27,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/glossary_terms/index.yaml b/paths/glossary_terms/index.yaml index 4bf26743..07a11b64 100644 --- a/paths/glossary_terms/index.yaml +++ b/paths/glossary_terms/index.yaml @@ -28,6 +28,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/invitations/index.yaml b/paths/invitations/index.yaml index 39c5ba87..74f6e054 100644 --- a/paths/invitations/index.yaml +++ b/paths/invitations/index.yaml @@ -27,6 +27,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '401': diff --git a/paths/job_comments/index.yaml b/paths/job_comments/index.yaml index 50dbed8b..0b6f1cbd 100644 --- a/paths/job_comments/index.yaml +++ b/paths/job_comments/index.yaml @@ -38,6 +38,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/job_locales/index.yaml b/paths/job_locales/index.yaml index 65dec9f3..ccea4195 100644 --- a/paths/job_locales/index.yaml +++ b/paths/job_locales/index.yaml @@ -34,6 +34,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/job_template_locales/index.yaml b/paths/job_template_locales/index.yaml index 441046c8..e99bf8fb 100644 --- a/paths/job_template_locales/index.yaml +++ b/paths/job_template_locales/index.yaml @@ -34,6 +34,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/job_templates/index.yaml b/paths/job_templates/index.yaml index 1242e4c5..99b23066 100644 --- a/paths/job_templates/index.yaml +++ b/paths/job_templates/index.yaml @@ -33,6 +33,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" "400": "$ref": "../../responses.yaml#/400" "404": diff --git a/paths/jobs/index.yaml b/paths/jobs/index.yaml index 60b89531..26df573c 100644 --- a/paths/jobs/index.yaml +++ b/paths/jobs/index.yaml @@ -51,6 +51,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/jobs/index_account.yaml b/paths/jobs/index_account.yaml index 11478e13..eada9e6c 100644 --- a/paths/jobs/index_account.yaml +++ b/paths/jobs/index_account.yaml @@ -45,6 +45,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/keys/index.yaml b/paths/keys/index.yaml index a6e9a850..88263242 100644 --- a/paths/keys/index.yaml +++ b/paths/keys/index.yaml @@ -70,6 +70,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/locales/index.yaml b/paths/locales/index.yaml index 956eb957..08554690 100644 --- a/paths/locales/index.yaml +++ b/paths/locales/index.yaml @@ -39,6 +39,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/members/index.yaml b/paths/members/index.yaml index f7f5acf2..2be1e38a 100644 --- a/paths/members/index.yaml +++ b/paths/members/index.yaml @@ -27,6 +27,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '401': diff --git a/paths/notification_groups/index.yaml b/paths/notification_groups/index.yaml index afa82730..c780f6ec 100644 --- a/paths/notification_groups/index.yaml +++ b/paths/notification_groups/index.yaml @@ -26,6 +26,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/notifications/index.yaml b/paths/notifications/index.yaml index a3ec9c45..d8333ddc 100644 --- a/paths/notifications/index.yaml +++ b/paths/notifications/index.yaml @@ -32,6 +32,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/orders/index.yaml b/paths/orders/index.yaml index b0f5e42d..e03c38b2 100644 --- a/paths/orders/index.yaml +++ b/paths/orders/index.yaml @@ -33,6 +33,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/organization_job_template_locales/index.yaml b/paths/organization_job_template_locales/index.yaml index 6a603628..b8655fa2 100644 --- a/paths/organization_job_template_locales/index.yaml +++ b/paths/organization_job_template_locales/index.yaml @@ -28,6 +28,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/organization_job_templates/index.yaml b/paths/organization_job_templates/index.yaml index a4219831..1bd3f8fc 100644 --- a/paths/organization_job_templates/index.yaml +++ b/paths/organization_job_templates/index.yaml @@ -27,6 +27,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" "400": "$ref": "../../responses.yaml#/400" "404": diff --git a/paths/projects/index.yaml b/paths/projects/index.yaml index 3f8584a8..f344d170 100644 --- a/paths/projects/index.yaml +++ b/paths/projects/index.yaml @@ -41,6 +41,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/releases/index.yaml b/paths/releases/index.yaml index a5d33ebc..2d743cb1 100644 --- a/paths/releases/index.yaml +++ b/paths/releases/index.yaml @@ -28,6 +28,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/screenshot_markers/index.yaml b/paths/screenshot_markers/index.yaml index a9544682..b655e165 100644 --- a/paths/screenshot_markers/index.yaml +++ b/paths/screenshot_markers/index.yaml @@ -34,6 +34,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/screenshots/index.yaml b/paths/screenshots/index.yaml index 7c47936c..85db5b63 100644 --- a/paths/screenshots/index.yaml +++ b/paths/screenshots/index.yaml @@ -39,6 +39,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/spaces/index.yaml b/paths/spaces/index.yaml index 7d578aba..fca3aa53 100644 --- a/paths/spaces/index.yaml +++ b/paths/spaces/index.yaml @@ -27,6 +27,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/spaces/spaces_projects.yaml b/paths/spaces/spaces_projects.yaml index d6fec194..3c57c748 100644 --- a/paths/spaces/spaces_projects.yaml +++ b/paths/spaces/spaces_projects.yaml @@ -28,6 +28,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/styleguides/index.yaml b/paths/styleguides/index.yaml index 2c375680..30a5bf29 100644 --- a/paths/styleguides/index.yaml +++ b/paths/styleguides/index.yaml @@ -27,6 +27,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/tags/index.yaml b/paths/tags/index.yaml index 978135ec..16cd1632 100644 --- a/paths/tags/index.yaml +++ b/paths/tags/index.yaml @@ -33,6 +33,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/teams/index.yaml b/paths/teams/index.yaml index 4866a16a..94e1417b 100644 --- a/paths/teams/index.yaml +++ b/paths/teams/index.yaml @@ -27,6 +27,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/translations/index.yaml b/paths/translations/index.yaml index 566d1a73..8735d531 100644 --- a/paths/translations/index.yaml +++ b/paths/translations/index.yaml @@ -65,6 +65,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/translations/index_keys.yaml b/paths/translations/index_keys.yaml index a16d70ee..449309c1 100644 --- a/paths/translations/index_keys.yaml +++ b/paths/translations/index_keys.yaml @@ -62,6 +62,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/translations/index_locale.yaml b/paths/translations/index_locale.yaml index bb204c78..e10cd809 100644 --- a/paths/translations/index_locale.yaml +++ b/paths/translations/index_locale.yaml @@ -63,6 +63,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/uploads/index.yaml b/paths/uploads/index.yaml index 9321e072..7e8bbf02 100644 --- a/paths/uploads/index.yaml +++ b/paths/uploads/index.yaml @@ -33,6 +33,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/variables/index.yaml b/paths/variables/index.yaml index 4ea8dbbb..35d27722 100644 --- a/paths/variables/index.yaml +++ b/paths/variables/index.yaml @@ -27,6 +27,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/versions/index.yaml b/paths/versions/index.yaml index 2234c118..7f38e00b 100644 --- a/paths/versions/index.yaml +++ b/paths/versions/index.yaml @@ -34,6 +34,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/webhook_deliveries/index.yaml b/paths/webhook_deliveries/index.yaml index 567fc1f2..55d0794b 100644 --- a/paths/webhook_deliveries/index.yaml +++ b/paths/webhook_deliveries/index.yaml @@ -27,6 +27,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/webhook_deliveries/redeliver.yaml b/paths/webhook_deliveries/redeliver.yaml index eeb80f3b..b2c32202 100644 --- a/paths/webhook_deliveries/redeliver.yaml +++ b/paths/webhook_deliveries/redeliver.yaml @@ -25,6 +25,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404': diff --git a/paths/webhooks/index.yaml b/paths/webhooks/index.yaml index f18df72a..cf96863a 100644 --- a/paths/webhooks/index.yaml +++ b/paths/webhooks/index.yaml @@ -27,6 +27,8 @@ responses: "$ref": "../../headers.yaml#/X-Rate-Limit-Reset" Link: "$ref": "../../headers.yaml#/Link" + Pagination: + "$ref": "../../headers.yaml#/Pagination" '400': "$ref": "../../responses.yaml#/400" '404':