Skip to content

Commit 49d1e82

Browse files
authored
Merge pull request #422 from bbiggerr/support-ticket-vlan
[Update] Support Ticket Open (GET /support/tickets)
2 parents 30e8c9b + 94800e9 commit 49d1e82

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

openapi.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21254,6 +21254,20 @@ components:
2125421254
description: >
2125521255
The ID of the Volume this ticket is regarding, if relevant.
2125621256
example: null
21257+
vlan:
21258+
type: string
21259+
description: |
21260+
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.
21261+
21262+
Requires a specified `region` to identify the VLAN.
21263+
example: null
21264+
region:
21265+
type: string
21266+
description: |
21267+
The [Region](/docs/api/regions/) ID for the associated VLAN this ticket is regarding.
21268+
21269+
Only allowed when submitting a VLAN ticket.
21270+
example: null
2125721271
Transfer:
2125821272
type: object
2125921273
description: >

0 commit comments

Comments
 (0)