Skip to content

Commit 1d743e6

Browse files
authored
Merge pull request #262 from linode/release-4.65.0
Release 4.65.0
2 parents 5fde37c + bed7079 commit 1d743e6

File tree

1 file changed

+25
-5
lines changed

1 file changed

+25
-5
lines changed

openapi.yaml

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
version: 4.64.0
3+
version: 4.65.0
44

55
title: Linode API
66
description: |
@@ -16640,6 +16640,7 @@ components:
1664016640
example: 3
1664116641
check_path:
1664216642
type: string
16643+
pattern: ^[a-zA-Z0-9\/\-%?&=.]*$
1664316644
description: >
1664416645
The URL path to check on each backend. If the backend does not respond
1664516646
to this request it is considered to be down.
@@ -17498,10 +17499,17 @@ components:
1749817499
- keys_only
1749917500
- disabled
1750017501
description: >
17501-
What methods of authentication are allowed when connecting via
17502-
Lish. "keys_only" is the most secure if you intend to use Lish,
17503-
and "disabled" is recommended if you do not intend to use Lish at
17502+
The authentication methods that are allowed when connecting to
17503+
[the Linode Shell (Lish)](https://www.linode.com/docs/platform/manager/using-the-linode-shell-lish/).
17504+
17505+
* `keys_only` is the most secure if you intend to use Lish.
17506+
17507+
* `disabled` is recommended if you do not intend to use Lish at
1750417508
all.
17509+
17510+
* If this account's Cloud Manager authentication type is set to a Third-Party Authentication method, `password_keys` cannot
17511+
be used as your Lish authentication method. To view this account's Cloud Manager `authentication_type` field, send a request
17512+
to the [View Profile](/api/v4/profile) endpoint.
1750517513
example: keys_only
1750617514
authorized_keys:
1750717515
type: array
@@ -17545,7 +17553,7 @@ components:
1754517553
- Has used Third-Party Authentication and has since revoked it, their authentication type will be `password`.
1754617554

1754717555

17548-
**Note:** This functionality is not yet available in Cloud Manager.
17556+
**Note:** This functionality may not yet be available in Cloud Manager.
1754917557
See the [Cloud Manager Changelog](/changelog/cloud-manager/) for the latest updates.
1755017558
example: password
1755117559
readOnly: true
@@ -18019,6 +18027,18 @@ components:
1801918027
The summary or title for this SupportTicket.
1802018028
example: >
1802118029
Having trouble resetting root password on my Linode
18030+
managed_issue:
18031+
type: boolean
18032+
description: >
18033+
Designates if this ticket is related to a
18034+
[Managed service](https://www.linode.com/products/managed/).
18035+
If `true`, the following constraints will apply:
18036+
18037+
* No ID attributes (i.e. `linode_id`, `domain_id`, etc.) should be provided with this
18038+
request.
18039+
18040+
* Your account must have a [Managed service enabled](/api/v4/managed-services-service-id-enable/#post).
18041+
example: false
1802218042
volume_id:
1802318043
type: integer
1802418044
description: >

0 commit comments

Comments
 (0)