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
- 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.
28
-
29
27
- The `tag` field for the [Domain Record](/api/v4/domains-domain-id-records/#post) collection is now filterable. See [Filtering and Sorting](/api/v4/#filtering-and-sorting) to learn how to search API v4 collections.
30
28
31
29
### Fixed
32
30
33
-
- A bug was fixed that could result in a race condition to the Create User ([POST /account/users](https://developers.linode.com/api/v4/account-users/#post)) endpoint if two identical users were created at the same time.- A bug was fixed that prevented users from adding or editing endpoints in the Tags collection on resources that they had edit permissions for.
31
+
- A bug was fixed that allowed multiple Account Users to be created with the same `username`. This bug affected the Create User ([POST /account/users](https://developers.linode.com/api/v4/account-users/#post)) and Update User ([PUT /account/users/{username}](/api/v4/account-users-username/#put)) endpoints.
32
+
33
+
- A bug was fixed that prevented users from adding or editing endpoints in the Tags collection on resources that they had edit permissions for.
0 commit comments