Skip to content

Commit

Permalink
Merge pull request #378 from bbiggerr/api-changelog-release-4.90.0
Browse files Browse the repository at this point in the history
Add API v4.90.0 Changelog
  • Loading branch information
bbiggerr authored Apr 19, 2021
2 parents 12fe861 + d96fdc7 commit 5807705
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/content/changelog/4-90-0-2021-04-19.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: '4.90.0: 2021-04-19'
date: 2021-04-19T04:00:00.000Z
version: 4.90.0
changelog:
- API
---

### Added

- 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:
- `vlan`: The label of the VLAN this ticket is regarding, if relevant. Requires a specified `region` to identify the VLAN.
- `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.

### Fixed

- 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 comments on commit 5807705

Please sign in to comment.