Skip to content

Commit

Permalink
feat: add apply_taxes to current usage (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomiguelpinto authored Feb 6, 2025
1 parent 2287fc8 commit 87515f2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions openapi.yaml

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

10 changes: 10 additions & 0 deletions src/resources/customer_current_usage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ get:
schema:
type: string
example: 'sub_1234567890'
- name: apply_taxes
in: query
description: >
Optional flag to determine if taxes should be applied.
Defaults to `true` if not provided or if null.
required: false
schema:
type: boolean
default: true
example: true
operationId: findCustomerCurrentUsage
responses:
'200':
Expand Down

0 comments on commit 87515f2

Please sign in to comment.