Skip to content

Commit bf69840

Browse files
authored
Merge pull request #201 from bbiggerr/api-changelog-4.65.0
Create changelog for API release 4.65.0
2 parents aadb5db + b06dc49 commit bf69840

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: '4.65.0: 2020-05-18'
3+
date: 2020-05-18T04:00:00.000Z
4+
version: 4.65.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Added
10+
11+
- The `managed_issue` field was added to the Open Support Ticket endpoint ([POST /support/tickets](/api/v4/support-tickets/#post)).
12+
- This field designates if the Support ticket is in reference to a [Managed Service](https://www.linode.com/products/managed/).
13+
- You must have a Managed Service enabled to use this designation.
14+
- No ID attributes (i.e. `linode_id`, `domain_id`, etc.) should be provided with this request.
15+
16+
### Fixed
17+
18+
- A bug was fixed that was preventing initiation of scheduled, cross data center migrations.
19+
20+
- If your Cloud Manager profile's authentication type is set to a Third-Party Authentication (TPA) method, `password_keys` can no longer be used as your `lish_auth_method` when updating your profile ([PUT /profile](/api/v4/profile/#put)).
21+
- To view your Cloud Manager profile's `authentication_type` field, send a request to the [View Profile](/api/v4/profile) endpoint.
22+
23+
- Capital letters are now accepted for the `check_path` value when creating ([POST /nodebalancers/{nodeBalancerId}/configs](/api/v4/nodebalancers-node-balancer-id-configs/#post)) and updating ([PUT /nodebalancers/{nodeBalancerId}/configs/{configId}](/api/v4/nodebalancers-node-balancer-id-configs-config-id/#put)) your NodeBalancer Configs.

0 commit comments

Comments
 (0)