From 94800e965a48aa752fc56e5c8b9f802723078157 Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Fri, 16 Apr 2021 16:33:15 -0400 Subject: [PATCH 1/2] 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: > From 7dc31fcbac182becc128f3bf0144ca044d483ba0 Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Mon, 19 Apr 2021 15:29:10 -0400 Subject: [PATCH 2/2] Bump version to 4.90.0 --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 9e1d1ff7f..002211c6d 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.1 info: - version: 4.89.1 + version: 4.90.0 title: Linode API description: |