Skip to content

Release 4.65.0 #262

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
May 19, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 25 additions & 5 deletions openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.1
info:
version: 4.64.0
version: 4.65.0

title: Linode API
description: |
Expand Down Expand Up @@ -16640,6 +16640,7 @@ components:
example: 3
check_path:
type: string
pattern: ^[a-zA-Z0-9\/\-%?&=.]*$
description: >
The URL path to check on each backend. If the backend does not respond
to this request it is considered to be down.
Expand Down Expand Up @@ -17498,10 +17499,17 @@ components:
- keys_only
- disabled
description: >
What methods of authentication are allowed when connecting via
Lish. "keys_only" is the most secure if you intend to use Lish,
and "disabled" is recommended if you do not intend to use Lish at
The authentication methods that are allowed when connecting to
[the Linode Shell (Lish)](https://www.linode.com/docs/platform/manager/using-the-linode-shell-lish/).

* `keys_only` is the most secure if you intend to use Lish.

* `disabled` is recommended if you do not intend to use Lish at
all.

* If this account's Cloud Manager authentication type is set to a Third-Party Authentication method, `password_keys` cannot
be used as your Lish authentication method. To view this account's Cloud Manager `authentication_type` field, send a request
to the [View Profile](/api/v4/profile) endpoint.
example: keys_only
authorized_keys:
type: array
Expand Down Expand Up @@ -17545,7 +17553,7 @@ components:
- Has used Third-Party Authentication and has since revoked it, their authentication type will be `password`.


**Note:** This functionality is not yet available in Cloud Manager.
**Note:** This functionality may not yet be available in Cloud Manager.
See the [Cloud Manager Changelog](/changelog/cloud-manager/) for the latest updates.
example: password
readOnly: true
Expand Down Expand Up @@ -18019,6 +18027,18 @@ components:
The summary or title for this SupportTicket.
example: >
Having trouble resetting root password on my Linode
managed_issue:
type: boolean
description: >
Designates if this ticket is related to a
[Managed service](https://www.linode.com/products/managed/).
If `true`, the following constraints will apply:

* No ID attributes (i.e. `linode_id`, `domain_id`, etc.) should be provided with this
request.

* Your account must have a [Managed service enabled](/api/v4/managed-services-service-id-enable/#post).
example: false
volume_id:
type: integer
description: >
Expand Down