mastodon icon indicating copy to clipboard operation
mastodon copied to clipboard

API: Role serializer uses integer ID instead of string ID

Open trwnh opened this issue 3 years ago • 0 comments

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.

trwnh avatar Sep 09 '22 10:09 trwnh