Long term: Migration to UUIDs in API Objects #3172
MrKrisKrisu
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear @Traewelling/api-consumer,
we want to inform you about an upcoming change in our API. Over the long term, we plan to replace the numeric
id
field in all objects with a UUID. This migration will be done gradually to ensure a smooth transition.Migration Process
Initial Phase:
uuid
field will be added to some models alongside the existingid
field.We begin withStatus
andUser
.Usage:
id
or theuuid
field as input.Future Phase:
id
field will be fully replaced by theuuid
field.Action Required
To prepare for this transition, we kindly ask you to:
id
fields.id
values as strings/UUIDs.There will be no functional changes required at this stage, but it’s important to make this adjustment to avoid potential issues later.
Tip
Continue using the id field as usual. It will remain functional throughout the migration, and the uuid field will be removed once the migration is complete.
Communication and Support
We will provide updates as the migration progresses and communicate timelines for subsequent phases. If you have any questions or need further clarification, don’t hesitate to reach out.
Processdocumentation
Beta Was this translation helpful? Give feedback.
All reactions