Skip to content

Commit

Permalink
[#183477647] Add includeMs to billing
Browse files Browse the repository at this point in the history
  • Loading branch information
heltmm committed Mar 18, 2024
1 parent 9608535 commit c9b78d2
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/parameters/includeMs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: includeMs
in: query
description: Optional ability to include milliseconds
schema:
type: boolean
default: false
1 change: 1 addition & 0 deletions paths/api@[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ get:
- $ref: ../components/parameters/includeLoadBalancers.yaml
- $ref: ../components/parameters/includeVirtualImages.yaml
- $ref: ../components/parameters/includeSnapshots.yaml
- $ref: ../components/parameters/includeMs.yaml
responses:
'200':
description: Array of Billing
Expand Down
1 change: 1 addition & 0 deletions paths/api@billing@[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ get:
- $ref: ../components/parameters/includeVirtualImages.yaml
- $ref: ../components/parameters/includeSnapshots.yaml
- $ref: ../components/parameters/id-path.yaml
- $ref: ../components/parameters/includeMs.yaml
responses:
'200':
description: Array of Billing
Expand Down
1 change: 1 addition & 0 deletions paths/api@[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ get:
- $ref: ../components/parameters/offsetUsages.yaml
- $ref: ../components/parameters/includeTenants.yaml
- $ref: ../components/parameters/accountId.yaml
- $ref: ../components/parameters/includeMs.yaml
responses:
'200':
description: Array of Billing
Expand Down
1 change: 1 addition & 0 deletions paths/api@billing@[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ get:
- $ref: ../components/parameters/includeTenants.yaml
- $ref: ../components/parameters/accountId.yaml
- $ref: ../components/parameters/identifier-path.yaml
- $ref: ../components/parameters/includeMs.yaml
responses:
'200':
description: Array of Billing
Expand Down
1 change: 1 addition & 0 deletions paths/api@[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ get:
- $ref: ../components/parameters/offsetUsages.yaml
- $ref: ../components/parameters/includeTenants.yaml
- $ref: ../components/parameters/accountId.yaml
- $ref: ../components/parameters/includeMs.yaml
responses:
'200':
description: Array of Billing
Expand Down
1 change: 1 addition & 0 deletions paths/api@billing@[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ get:
- $ref: ../components/parameters/includeTenants.yaml
- $ref: ../components/parameters/accountId.yaml
- $ref: ../components/parameters/identifier-path.yaml
- $ref: ../components/parameters/includeMs.yaml
responses:
'200':
description: Array of Billing
Expand Down
1 change: 1 addition & 0 deletions paths/api@[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ get:
- $ref: ../components/parameters/includeLoadBalancers.yaml
- $ref: ../components/parameters/includeVirtualImages.yaml
- $ref: ../components/parameters/includeSnapshots.yaml
- $ref: ../components/parameters/includeMs.yaml
responses:
'200':
description: Array of Billing
Expand Down
1 change: 1 addition & 0 deletions paths/api@billing@[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ get:
- $ref: ../components/parameters/includeVirtualImages.yaml
- $ref: ../components/parameters/includeSnapshots.yaml
- $ref: ../components/parameters/identifier-path.yaml
- $ref: ../components/parameters/includeMs.yaml
responses:
'200':
description: Array of Billing
Expand Down

0 comments on commit c9b78d2

Please sign in to comment.