You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
openapi: 3.0.1
2
2
info:
3
-
version: 4.89.1
3
+
version: 4.90.0
4
4
5
5
title: Linode API
6
6
description: |
@@ -21254,6 +21254,20 @@ components:
21254
21254
description: >
21255
21255
The ID of the Volume this ticket is regarding, if relevant.
21256
21256
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.
0 commit comments