-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
Not defined
Context:
Since in Zeebe, the backupID has to be integer we ** decided to align all other products to this and change the backupID from string to integer.
AT:
- backupID in all hot backup API endpoints is an integer and not a string
- this change is noted in our docs
Testing Notes:
Use the hot backup API and ensure the backupID is both taken and returned as integer for all hot backup endpoints. Ensure API no longer supports a string backupID. Ensure API does not accept a negative backupID.