improved

API Version: 2024.03.14

We've released a new version of the API. This version updates the behavior of the PATCH users/.id endpoint: PATCH operations on the 'roles' field will now overwrite the existing content with the provided input. Previously, adding a new role via PATCH would append the role to the user's existing set, making it impossible to remove roles. This update aligns the API with RFC7396 standards and our core API principles, facilitating more precise control over user roles.