From 94800e965a48aa752fc56e5c8b9f802723078157 Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Fri, 16 Apr 2021 16:33:15 -0400 Subject: [PATCH] Add vlan and region to SupportTicketRequest --- openapi.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index a54fdf222..9e1d1ff7f 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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: >