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
Similar to #1500, this information should be added to whereever we list user details in the REST API.
This is not a breaking change, but I don't want to do API changes in ..1 releases unless absolutely necessary. Hence I'm tagging this for v1.1.
Technically this should be done so that the value is only requested if the projectroles API is called with the 1.1 version.
Q: The User serializer is also used by other APIs. Should their version numbers also be bumped up? And if so, how to limit the returning of the newly added field if they are called with version 1.0?
The text was updated successfully, but these errors were encountered:
Similar to #1500, this information should be added to whereever we list user details in the REST API.
This is not a breaking change, but I don't want to do API changes in
..1
releases unless absolutely necessary. Hence I'm tagging this for v1.1.Technically this should be done so that the value is only requested if the projectroles API is called with the 1.1 version.
Q: The User serializer is also used by other APIs. Should their version numbers also be bumped up? And if so, how to limit the returning of the newly added field if they are called with version 1.0?
The text was updated successfully, but these errors were encountered: