Skip to content

Commit 9db0fa2

Browse files
authored
Merge branch 'development' into dbaas-mongodb-postgres
2 parents 0432f8b + 52ace2f commit 9db0fa2

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

openapi.yaml

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,7 @@ paths:
469469
"last_name": "Smith",
470470
"phone": "555-555-1212",
471471
"state": "PA",
472-
"zip": 19102,
473-
}
472+
"zip": "19102",
474473
}' \
475474
https://api.linode.com/v4/account
476475
- lang: CLI
@@ -12951,7 +12950,7 @@ paths:
1295112950
}
1295212951
]
1295312952
}' \
12954-
https://api.linode.com/v4/networking/ipvs/assign
12953+
https://api.linode.com/v4/networking/ips/assign
1295512954
- lang: CLI
1295612955
source: >
1295712956
linode-cli networking ip-assign \
@@ -21595,6 +21594,21 @@ components:
2159521594
description: The amount of tax levied on the Invoice in US Dollars.
2159621595
example: 12.25
2159721596
x-linode-cli-display: 5
21597+
tax_summary:
21598+
type: array
21599+
readOnly: true
21600+
description: The amount of tax broken down into subtotals by source.
21601+
items:
21602+
type: object
21603+
properties:
21604+
tax:
21605+
type: number
21606+
description: The amount of tax subtotal attributable to this source.
21607+
example: 12.25
21608+
name:
21609+
type: string
21610+
description: The source of this tax subtotal.
21611+
example: PA STATE TAX
2159821612
total:
2159921613
type: number
2160021614
readOnly: true
@@ -26177,13 +26191,10 @@ components:
2617726191
* `active` - the Volume is online and available for use.
2617826192
* `resizing` - the Volume is in the process of upgrading
2617926193
its current capacity.
26180-
* `contact_support` - there is a problem with your Volume. Please
26181-
[open a Support Ticket](/docs/api/support/#support-ticket-open) to resolve the issue.
2618226194
enum:
2618326195
- creating
2618426196
- active
2618526197
- resizing
26186-
- contact_support
2618726198
example: active
2618826199
readOnly: true
2618926200
x-linode-cli-display: 3

0 commit comments

Comments
 (0)