Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
277 changes: 274 additions & 3 deletions openapi.yaml

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

15 changes: 15 additions & 0 deletions src/resources/customer_current_usage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,21 @@ get:
type: boolean
default: false
example: true
- name: filter_by_presentation[]
in: query
description: >
Filter `presentation_breakdowns` by a list of presentation group key values.
Only breakdowns matching the provided values will be returned.
Pass an empty array to disable `presentation_breakdowns` entirely.
required: false
explode: true
schema:
type: array
items:
type: string
example:
- engineering
- operations
operationId: findCustomerCurrentUsage
responses:
'200':
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/ChargeObject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ properties:
description: The minimum spending amount required for the charge, measured in cents and excluding any applicable taxes. It indicates the minimum amount that needs to be charged for each billing period.
example: 1200
properties:
$ref: "./ChargeProperties.yaml"
$ref: "./ChargeObjectProperties.yaml"
description: List of all thresholds utilized for calculating the charge.
filters:
type: array
Expand Down
Loading
Loading