Skip to content

Commit

Permalink
chore: update openapi for ignore old params
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed Nov 7, 2023
1 parent fcdd62d commit 08fb513
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pkg/api/controllers/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ paths:
maximum: 1000
default: 15
- name: page_size
x-speakeasy-ignore: true
in: query
description: |
The maximum number of results to return per page.
Expand Down Expand Up @@ -165,6 +166,7 @@ paths:
format: int64
example: 2400
- name: balanceOperator
x-speakeasy-ignore: true
in: query
description: |
Operator used for the filtering of balances can be greater than/equal, less than/equal, greater than, less than, equal or not.
Expand All @@ -173,6 +175,7 @@ paths:
enum: [gte, lte, gt, lt, e, ne]
example: gte
- name: balance_operator
x-speakeasy-ignore: true
in: query
description: |
Operator used for the filtering of balances can be greater than/equal, less than/equal, greater than, less than, equal or not.
Expand Down Expand Up @@ -483,6 +486,7 @@ paths:
type: string
format: date-time
- name: start_time
x-speakeasy-ignore: true
in: query
description: |
Filter transactions that occurred after this timestamp.
Expand All @@ -501,6 +505,7 @@ paths:
type: string
format: date-time
- name: end_time
x-speakeasy-ignore: true
in: query
description: |
Filter transactions that occurred before this timestamp.
Expand Down Expand Up @@ -561,6 +566,7 @@ paths:
maximum: 1000
default: 15
- name: page_size
x-speakeasy-ignore: true
in: query
description: |
The maximum number of results to return per page.
Expand Down Expand Up @@ -614,6 +620,7 @@ paths:
type: string
format: date-time
- name: start_time
x-speakeasy-ignore: true
in: query
description: |
Filter transactions that occurred after this timestamp.
Expand All @@ -632,6 +639,7 @@ paths:
type: string
format: date-time
- name: end_time
x-speakeasy-ignore: true
in: query
description: |
Filter transactions that occurred before this timestamp.
Expand Down Expand Up @@ -1007,6 +1015,7 @@ paths:
maximum: 1000
default: 15
- name: page_size
x-speakeasy-ignore: true
in: query
description: |
The maximum number of results to return per page.
Expand Down Expand Up @@ -1035,6 +1044,7 @@ paths:
type: string
format: date-time
- name: start_time
x-speakeasy-ignore: true
in: query
description: |
Filter transactions that occurred after this timestamp.
Expand All @@ -1053,6 +1063,7 @@ paths:
type: string
format: date-time
- name: end_time
x-speakeasy-ignore: true
in: query
description: |
Filter transactions that occurred before this timestamp.
Expand Down

0 comments on commit 08fb513

Please sign in to comment.