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
16 changes: 15 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.1
info:
version: 4.89.1
version: 4.90.0

title: Linode API
description: |
Expand Down Expand Up @@ -21254,6 +21254,20 @@ components:
description: >
The ID of the Volume this ticket is regarding, if relevant.
example: null
vlan:
type: string
description: |
The label of the VLAN this ticket is regarding, if relevant. To view your VLANs, use the VLANs List ([GET /networking/vlans](/docs/api/networking/#vlans-list)) endpoint.

Requires a specified `region` to identify the VLAN.
example: null
region:
type: string
description: |
The [Region](/docs/api/regions/) ID for the associated VLAN this ticket is regarding.

Only allowed when submitting a VLAN ticket.
example: null
Transfer:
type: object
description: >
Expand Down