Skip to content

Commit 2978d9d

Browse files
Merge pull request #225 from linode/release-4.60.0
Release 4.60.0
2 parents 8919afc + e8d6362 commit 2978d9d

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

openapi.yaml

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
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

0 commit comments

Comments
 (0)