Skip to content

Commit d96fdc7

Browse files
committed
Copy edits
1 parent 3f1020c commit d96fdc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/changelog/4-90-0-2021-04-19.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ changelog:
88

99
### Added
1010

11-
- The following properties were added to the Support Ticket Open ([POST /support/tickets](https://www.linode.com/docs/api/support/#support-ticket-open)) endpoint:
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:
1212
- `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. Only allowed when submitting a VLAN ticket.
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.
1414

1515
### Fixed
1616

17-
- Previously, a 500 error was returned for non-conforming `ssl_cert` and `ssl_key` values 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 a non-conforming `ssl_cert` or `ssl_key` value is submitted with a request.
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)