File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change 1
1
openapi: 3.0.1
2
2
info:
3
- version: 4.59.2
3
+ version: 4.60.0
4
4
5
5
title: Linode API
6
6
description: |
@@ -14483,8 +14483,8 @@ components:
14483
14483
- hourly
14484
14484
- misc
14485
14485
example: hourly
14486
- unitprice :
14487
- type: number
14486
+ unit_price :
14487
+ type: string
14488
14488
readOnly: true
14489
14489
description: The monthly service fee in US Dollars for this Item.
14490
14490
example: 5.05
@@ -17383,6 +17383,15 @@ components:
17383
17383
access/perform, see [/profile/grants](/api/v4/profile-grants).
17384
17384
example: false
17385
17385
x-linode-cli-display: 3
17386
+ authentication_type:
17387
+ type: string
17388
+ enum:
17389
+ - password
17390
+ description: |
17391
+ This account's Cloud Manager authentication type. Currently, a user's password
17392
+ (in conjunction with their username) is the only available authentication type.
17393
+ example: password
17394
+ readOnly: true
17386
17395
Region:
17387
17396
type: object
17388
17397
description: An area where Linode services are available.
@@ -18169,6 +18178,15 @@ components:
18169
18178
will be displayed here.
18170
18179
example: 12346
18171
18180
x-linode-cli-display: 6
18181
+ linode_label:
18182
+ type: string
18183
+ nullable: true
18184
+ description: >
18185
+ If a Volume is attached to a specific Linode, the label of that Linode
18186
+ will be displayed here.
18187
+ example: linode123
18188
+ x-linode-cli-display: 7
18189
+ readOnly: true
18172
18190
created:
18173
18191
type: string
18174
18192
format: date-time
You can’t perform that action at this time.
0 commit comments