Skip to content

Commit

Permalink
feat(connectors): add query req body to list endpoints for SDK genera…
Browse files Browse the repository at this point in the history
…tion (#303)
  • Loading branch information
laouji authored Jan 30, 2025
1 parent d2cc090 commit c18f77b
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1086,6 +1086,11 @@ paths:
parameters:
- $ref: '#/components/parameters/V3PageSize'
- $ref: '#/components/parameters/V3Cursor'
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/V3QueryBuilder'
responses:
"200":
description: OK
Expand Down Expand Up @@ -1241,6 +1246,11 @@ paths:
- $ref: '#/components/parameters/V3ConnectorID'
- $ref: '#/components/parameters/V3PageSize'
- $ref: '#/components/parameters/V3Cursor'
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/V3QueryBuilder'
responses:
"200":
description: OK
Expand Down Expand Up @@ -1638,6 +1648,11 @@ paths:
- $ref: '#/components/parameters/V3PaymentInitiationID'
- $ref: '#/components/parameters/V3PageSize'
- $ref: '#/components/parameters/V3Cursor'
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/V3QueryBuilder'
responses:
"200":
description: OK
Expand Down Expand Up @@ -1665,6 +1680,11 @@ paths:
- $ref: '#/components/parameters/V3PaymentInitiationID'
- $ref: '#/components/parameters/V3PageSize'
- $ref: '#/components/parameters/V3Cursor'
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/V3QueryBuilder'
responses:
"200":
description: OK
Expand Down
20 changes: 20 additions & 0 deletions openapi/v3/v3-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,11 @@ paths:
parameters:
- $ref: '#/components/parameters/V3PageSize'
- $ref: '#/components/parameters/V3Cursor'
requestBody:
content:
application/json:
schema:
$ref: "#/components/schemas/V3QueryBuilder"
responses:
"200":
description: OK
Expand Down Expand Up @@ -458,6 +463,11 @@ paths:
- $ref: '#/components/parameters/V3ConnectorID'
- $ref: '#/components/parameters/V3PageSize'
- $ref: '#/components/parameters/V3Cursor'
requestBody:
content:
application/json:
schema:
$ref: "#/components/schemas/V3QueryBuilder"
responses:
"200":
description: OK
Expand Down Expand Up @@ -870,6 +880,11 @@ paths:
- $ref: '#/components/parameters/V3PaymentInitiationID'
- $ref: '#/components/parameters/V3PageSize'
- $ref: '#/components/parameters/V3Cursor'
requestBody:
content:
application/json:
schema:
$ref: "#/components/schemas/V3QueryBuilder"
responses:
"200":
description: OK
Expand Down Expand Up @@ -898,6 +913,11 @@ paths:
- $ref: '#/components/parameters/V3PaymentInitiationID'
- $ref: '#/components/parameters/V3PageSize'
- $ref: '#/components/parameters/V3Cursor'
requestBody:
content:
application/json:
schema:
$ref: "#/components/schemas/V3QueryBuilder"
responses:
"200":
description: OK
Expand Down

0 comments on commit c18f77b

Please # to comment.