Skip to content
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
12 changes: 12 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18019,6 +18019,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