mastodon
mastodon copied to clipboard
API: Role serializer uses integer ID instead of string ID
Pitch
Role serializer should use string ID
Motivation
IDs are integers at the database level but everywhere in the API they are typically cast to String. This is an inconsistency with the rest of the API.