Skip to content

Commit

Permalink
add event_transaction_id to fee query param (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
annvelents authored Dec 19, 2024
1 parent 6926f31 commit dd003fb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions src/resources/fees.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ get:
- $ref: '../parameters/per_page.yaml'
- $ref: '../parameters/external_customer_id.yaml'
- $ref: '../parameters/external_subscription_id.yaml'
- name: event_transaction_id
in: query
description: Filter results by event transaction ID
required: false
explode: true
schema:
type: string
example: 'et_12345678'
- name: currency
in: query
description: Filter results by fee's currency.
Expand Down

0 comments on commit dd003fb

Please sign in to comment.