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 11openapi: 3.0.1
22info:
3- version: 4.59.2
3+ version: 4.60.0
44
55 title: Linode API
66 description: |
@@ -14483,8 +14483,8 @@ components:
1448314483 - hourly
1448414484 - misc
1448514485 example: hourly
14486- unitprice :
14487- type: number
14486+ unit_price :
14487+ type: string
1448814488 readOnly: true
1448914489 description: The monthly service fee in US Dollars for this Item.
1449014490 example: 5.05
@@ -17383,6 +17383,15 @@ components:
1738317383 access/perform, see [/profile/grants](/api/v4/profile-grants).
1738417384 example: false
1738517385 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
1738617395 Region:
1738717396 type: object
1738817397 description: An area where Linode services are available.
@@ -18169,6 +18178,15 @@ components:
1816918178 will be displayed here.
1817018179 example: 12346
1817118180 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
1817218190 created:
1817318191 type: string
1817418192 format: date-time
You can’t perform that action at this time.
0 commit comments