Skip to content

Fix API return codes

gitlab-qa-bot requested to merge github/fork/Asquera/fixes/api into master

Created by: Xylakant

The API returns 404 for almost all error states. This PR introduces more appropriate return codes which makes it easier for client developers to distinguish between the specific errors.

Merge request reports