Skip to content

Commit 5807705

Browse files
authored
Merge pull request linode#378 from bbiggerr/api-changelog-release-4.90.0
Add API v4.90.0 Changelog
2 parents 12fe861 + d96fdc7 commit 5807705

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: '4.90.0: 2021-04-19'
3+
date: 2021-04-19T04:00:00.000Z
4+
version: 4.90.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Added
10+
11+
- Support Tickets for VLANs can now be opened. Accordingly, the following properties were added to the Support Ticket Open ([POST /support/tickets](https://www.linode.com/docs/api/support/#support-ticket-open)) endpoint:
12+
- `vlan`: The label of the VLAN this ticket is regarding, if relevant. Requires a specified `region` to identify the VLAN.
13+
- `region`: The [Region](https://www.linode.com/docs/api/regions/) ID for the associated VLAN this ticket is regarding. This property is only allowed when opening a VLAN ticket.
14+
15+
### Fixed
16+
17+
- Previously, submitting `ssl_cert` or `ssl_key` values with improper formatting resulted in a 500 error when using the NodeBalancers Config Update ([/nodebalancers/{nodeBalancerId}/configs/{configId}](https://www.linode.com/docs/api/nodebalancers/#config-update)) endpoint. Now, an error message is returned if improperly formatted`ssl_cert` or `ssl_key` values are submitted with a request to this endpoint.

0 commit comments

Comments
 (0)