Skip to content

Commit efe78a6

Browse files
authored
Merge pull request #423 from linode/release-4.90.0
Release 4.90.0
2 parents fa7bc74 + 7dc31fc commit efe78a6

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

openapi.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
version: 4.89.1
3+
version: 4.90.0
44

55
title: Linode API
66
description: |
@@ -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)