Rename result
to status
in upload API response schema
#21
Labels
breaking change
Changes to public functions that are not backwards compatible
consistency
An inconsistency that should be (re-)aligned
web api
Changes to the API exposed via HTTP endpoints
For the sake of consistency, the
result
field in theFileUploaded
response model should be renamed tostatus
. This would align it with all the other storage response schemas. Right now it is the "odd one out" among themodels
.videbo/src/videbo/storage/api/models.py
Lines 294 to 298 in e7b53e0
I believe this would have no impact on
mod_videoservice
because the VueJS logic handling that response does not consider theresult
property anyway. @larsbonczek I am tagging you here again, so you can verify this.The text was updated successfully, but these errors were encountered: