Skip to content

Commit 94800e9

Browse files
committed
Add vlan and region to SupportTicketRequest
1 parent 30e8c9b commit 94800e9

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)