Skip to content

Commit f6d0fe4

Browse files
Copy and formatting edits for ssl_cert and ssl_key changelog entry.
1 parent 48a7c92 commit f6d0fe4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/content/changelog/4-69-0-2020-07-13.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ changelog:
1616

1717
### Changed
1818

19-
- Error handling for _ssl_cert_ and _ssl_key_ values related to NodeBalancer Config Create ([POST /nodebalancers/{nodeBalancerId}/configs](https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-configs/#post)) and Update Config ([PUT nodebalancers/{nodeBalancerId}/configs/{configId}](https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-configs-config-id/#put)) endpoints has been updated. Error messages will now explain if a provided key is in an incorrect format.
19+
- Added improved error handling for the `ssl_cert` and `ssl_key` fields in the NodeBalancer collection. Error messages will now explain if a provided key is in an incorrect format. These fields are available from the following endpoints:
20+
21+
- Create Config ([POST /nodebalancers/{nodeBalancerId}/configs](https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-configs/#post))
22+
23+
- Update Config ([PUT /nodebalancers/{nodeBalancerId}/configs/{configId}](https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-configs-config-id/#put))
2024

2125
- URLS added to the Create Managed Service ([POST/managed/services](https://developers.linode.com/api/v4/managed-services/#post)) and Update Managed Service ([PUT /managed/services/{serviceId}](https://developers.linode.com/api/v4/managed-services-service-id/#put)) may now include additional special characters.
2226

0 commit comments

Comments
 (0)