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: >