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 member endpoint is paginated while the moderator endpoint is not paginated. This seems fine, however, the response format is slightly different, which is a bit confusing:
The
member
endpoint is paginated while themoderator
endpoint is not paginated. This seems fine, however, the response format is slightly different, which is a bit confusing:Example:
https://mapping.team/api/teams/110/moderators
returnsWhile
https://mapping.team/api/teams/110/members
returns:The primary inconsistency here is the difference between
id
andosm_id
between the moderators and members.Not a bug, just something worth documenting carefully.
The text was updated successfully, but these errors were encountered: