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
Copy file name to clipboardExpand all lines: src/content/changelog/4-68-0-2020-06-29.md
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,10 +33,16 @@ https://api.linode.com/v4/profile/logins) and [GET /profile/logins/{loginId}](ht
33
33
34
34
- Review your Account's Events with the List Events ([GET /account/events](https://developers.linode.com/api/v4/account-events)) endpoint.
35
35
36
-
- Use the View Config ([GET /nodebalancers/{nodeBalancerId}/configs/{configId}](https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-configs-config-id)) endpoint to review the Config from one of these events.
36
+
- Use the View Config ([GET /nodebalancers/{nodeBalancerId}/configs/{configId}](https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-configs-config-id)) endpoint
37
+
to review the Config from one of these events.
38
+
39
+
- The `address` field for Create Managed Service ([POST/managed/services](/api/v4/managed-services/#post)) and Update Managed Service ([PUT /managed/services/{serviceId}](/api/v4/managed-services-service-id/#put)) now accepts additional special characters for a service that is monitored by URL (`"service_type" : "url"`).
40
+
37
41
38
42
### Fixed
39
43
40
44
- The Domains ([/domains](https://developers.linode.com/api/v4/domains)) collection previously accepted values up to 255 for the `weight` property of a Record, while 65535 was the intended maximum. Values up to 65535 are now considered valid.
41
45
42
-
- The Domains ([/domains](https://developers.linode.com/api/v4/domains)) collection previously returned a generic syntax error whenever a TXT Record was submitted with non-ASCII characters. It will now return a more specific validation error.
46
+
- The Domains ([/domains](https://developers.linode.com/api/v4/domains)) collection previously returned a generic syntax error whenever a TXT Record was submitted with non-ASCII characters. It will now return a more specific validation error.
47
+
48
+
- A bug was fixed that was preventing restricted users with the appropriate access permissions for specific Linode services from adding [Tags](/api/v4/tags/#post) to those services.
0 commit comments