h4. What Add app validation in the endpoint
UPDATE /apps/:id/version does not do anything with the ID path variable.
You can update any versions. It should be doing a check to see if the versions are related the app ID in the URL.
It should also be checking if the version exists before trying to update it, because currently it will try to update a version even it does not exist and return a 500.
It should also not return an empty string as default. There should be no content |
|