From 3230d6ef1dd62d6620d9f1439e7fec5e640f04b3 Mon Sep 17 00:00:00 2001 From: George J Padayatti Date: Sat, 14 Oct 2023 04:00:05 +0530 Subject: [PATCH] Upd: Remove page from query params Signed-off-by: George J Padayatti --- openapi/v2023.8.2/bundled.yaml | 10 ---------- openapi/v2023.8.2/paths/configListAgreement.yaml | 1 - .../paths/configListAllRecentWebhookDeliveries.yaml | 1 - openapi/v2023.8.2/paths/configListPolicy.yaml | 1 - openapi/v2023.8.2/paths/configListPolicyRevisions.yaml | 1 - 5 files changed, 14 deletions(-) diff --git a/openapi/v2023.8.2/bundled.yaml b/openapi/v2023.8.2/bundled.yaml index ff10647..c049276 100644 --- a/openapi/v2023.8.2/bundled.yaml +++ b/openapi/v2023.8.2/bundled.yaml @@ -1067,7 +1067,6 @@ paths: parameters: - $ref: '#/paths/~1config~1policies/get/parameters/1' - $ref: '#/paths/~1config~1policies/get/parameters/2' - - $ref: '#/paths/~1config~1policies/get/parameters/3' responses: '200': content: @@ -1268,13 +1267,6 @@ paths: schema: type: integer default: 10 - - name: page - in: query - description: Page number - required: false - schema: - type: integer - default: 1 responses: '200': content: @@ -1313,7 +1305,6 @@ paths: type: string - $ref: '#/paths/~1config~1policies/get/parameters/1' - $ref: '#/paths/~1config~1policies/get/parameters/2' - - $ref: '#/paths/~1config~1policies/get/parameters/3' responses: '200': content: @@ -1682,7 +1673,6 @@ paths: type: string - $ref: '#/paths/~1config~1policies/get/parameters/1' - $ref: '#/paths/~1config~1policies/get/parameters/2' - - $ref: '#/paths/~1config~1policies/get/parameters/3' responses: '200': description: OK diff --git a/openapi/v2023.8.2/paths/configListAgreement.yaml b/openapi/v2023.8.2/paths/configListAgreement.yaml index a117209..7c9d1ea 100644 --- a/openapi/v2023.8.2/paths/configListAgreement.yaml +++ b/openapi/v2023.8.2/paths/configListAgreement.yaml @@ -3,7 +3,6 @@ operationId: configListAgreement parameters: - $ref: "../parameters/offset.yaml" - $ref: "../parameters/limit.yaml" - - $ref: "../parameters/page.yaml" responses: "200": content: diff --git a/openapi/v2023.8.2/paths/configListAllRecentWebhookDeliveries.yaml b/openapi/v2023.8.2/paths/configListAllRecentWebhookDeliveries.yaml index a72870f..a2a839c 100644 --- a/openapi/v2023.8.2/paths/configListAllRecentWebhookDeliveries.yaml +++ b/openapi/v2023.8.2/paths/configListAllRecentWebhookDeliveries.yaml @@ -12,7 +12,6 @@ parameters: type: string - $ref: "../parameters/offset.yaml" - $ref: "../parameters/limit.yaml" - - $ref: "../parameters/page.yaml" responses: "200": description: OK diff --git a/openapi/v2023.8.2/paths/configListPolicy.yaml b/openapi/v2023.8.2/paths/configListPolicy.yaml index 8e8c466..71aead9 100644 --- a/openapi/v2023.8.2/paths/configListPolicy.yaml +++ b/openapi/v2023.8.2/paths/configListPolicy.yaml @@ -9,7 +9,6 @@ parameters: type: string - $ref: "../parameters/offset.yaml" - $ref: "../parameters/limit.yaml" - - $ref: "../parameters/page.yaml" responses: "200": content: diff --git a/openapi/v2023.8.2/paths/configListPolicyRevisions.yaml b/openapi/v2023.8.2/paths/configListPolicyRevisions.yaml index c68b49f..a78ea58 100644 --- a/openapi/v2023.8.2/paths/configListPolicyRevisions.yaml +++ b/openapi/v2023.8.2/paths/configListPolicyRevisions.yaml @@ -9,7 +9,6 @@ parameters: type: string - $ref: "../parameters/offset.yaml" - $ref: "../parameters/limit.yaml" - - $ref: "../parameters/page.yaml" responses: "200": content: