|
1 | 1 | openapi: 3.0.1 |
2 | 2 | info: |
3 | | - version: 4.64.0 |
| 3 | + version: 4.65.0 |
4 | 4 |
|
5 | 5 | title: Linode API |
6 | 6 | description: | |
@@ -16640,6 +16640,7 @@ components: |
16640 | 16640 | example: 3 |
16641 | 16641 | check_path: |
16642 | 16642 | type: string |
| 16643 | + pattern: ^[a-zA-Z0-9\/\-%?&=.]*$ |
16643 | 16644 | description: > |
16644 | 16645 | The URL path to check on each backend. If the backend does not respond |
16645 | 16646 | to this request it is considered to be down. |
@@ -17498,10 +17499,17 @@ components: |
17498 | 17499 | - keys_only |
17499 | 17500 | - disabled |
17500 | 17501 | 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 |
17504 | 17508 | 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. |
17505 | 17513 | example: keys_only |
17506 | 17514 | authorized_keys: |
17507 | 17515 | type: array |
@@ -17545,7 +17553,7 @@ components: |
17545 | 17553 | - Has used Third-Party Authentication and has since revoked it, their authentication type will be `password`. |
17546 | 17554 |
|
17547 | 17555 |
|
17548 | | - **Note:** This functionality is not yet available in Cloud Manager. |
| 17556 | + **Note:** This functionality may not yet be available in Cloud Manager. |
17549 | 17557 | See the [Cloud Manager Changelog](/changelog/cloud-manager/) for the latest updates. |
17550 | 17558 | example: password |
17551 | 17559 | readOnly: true |
@@ -18019,6 +18027,18 @@ components: |
18019 | 18027 | The summary or title for this SupportTicket. |
18020 | 18028 | example: > |
18021 | 18029 | 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 |
18022 | 18042 | volume_id: |
18023 | 18043 | type: integer |
18024 | 18044 | description: > |
|
0 commit comments