File tree Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -469,8 +469,7 @@ paths:
469
469
"last_name": "Smith",
470
470
"phone": "555-555-1212",
471
471
"state": "PA",
472
- "zip": 19102,
473
- }
472
+ "zip": "19102",
474
473
}' \
475
474
https://api.linode.com/v4/account
476
475
- lang: CLI
@@ -12951,7 +12950,7 @@ paths:
12951
12950
}
12952
12951
]
12953
12952
}' \
12954
- https://api.linode.com/v4/networking/ipvs /assign
12953
+ https://api.linode.com/v4/networking/ips /assign
12955
12954
- lang: CLI
12956
12955
source: >
12957
12956
linode-cli networking ip-assign \
@@ -21595,6 +21594,21 @@ components:
21595
21594
description: The amount of tax levied on the Invoice in US Dollars.
21596
21595
example: 12.25
21597
21596
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
21598
21612
total:
21599
21613
type: number
21600
21614
readOnly: true
@@ -26177,13 +26191,10 @@ components:
26177
26191
* `active` - the Volume is online and available for use.
26178
26192
* `resizing` - the Volume is in the process of upgrading
26179
26193
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.
26182
26194
enum:
26183
26195
- creating
26184
26196
- active
26185
26197
- resizing
26186
- - contact_support
26187
26198
example: active
26188
26199
readOnly: true
26189
26200
x-linode-cli-display: 3
You can’t perform that action at this time.
0 commit comments