Skip to content

Commit

Permalink
Upd: Remove page from query params
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <[email protected]>
  • Loading branch information
georgepadayatti committed Oct 13, 2023
1 parent ea2b539 commit 3230d6e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 14 deletions.
10 changes: 0 additions & 10 deletions openapi/v2023.8.2/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion openapi/v2023.8.2/paths/configListAgreement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ operationId: configListAgreement
parameters:
- $ref: "../parameters/offset.yaml"
- $ref: "../parameters/limit.yaml"
- $ref: "../parameters/page.yaml"
responses:
"200":
content:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ parameters:
type: string
- $ref: "../parameters/offset.yaml"
- $ref: "../parameters/limit.yaml"
- $ref: "../parameters/page.yaml"
responses:
"200":
description: OK
Expand Down
1 change: 0 additions & 1 deletion openapi/v2023.8.2/paths/configListPolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ parameters:
type: string
- $ref: "../parameters/offset.yaml"
- $ref: "../parameters/limit.yaml"
- $ref: "../parameters/page.yaml"
responses:
"200":
content:
Expand Down
1 change: 0 additions & 1 deletion openapi/v2023.8.2/paths/configListPolicyRevisions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ parameters:
type: string
- $ref: "../parameters/offset.yaml"
- $ref: "../parameters/limit.yaml"
- $ref: "../parameters/page.yaml"
responses:
"200":
content:
Expand Down

0 comments on commit 3230d6e

Please sign in to comment.