You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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