Error
You can send a PUT request to /api/issues/{projectname} with an _id and one or more fields to be updated. If successful, it should update the updated_on field and return { result: ‘successfully updated’, ‘_id’: _id }.
Situation
Only the above error occurs, all other FCC tests pass.
Tried
-
Search in FCC forum
I could not find any hints to solve my problem. -
Manual Tests
I tried to manually test the posting process and the update process myself on the preview, and I was able to operate it without any problems.