I have a rest API to upload multiple files. It returns an ID per file uploaded and a message, per file as well, which tells which error has occurred, if any.
Should I always return 200 with the json?
what if all files failed? and what if some files only have failed?