no matter what im trying still can’t pass the following two. im demised. my situation in now do or die. any kind of help will be life saving for me…
-
When the
PUT
request sent to/api/issues/{projectname}
does not include update fields, the return value is{ error: 'no update field(s) sent', '_id': _id }
. On any other error, the return value is{ error: 'could not update', '_id': _id }
. -
Failed:You can send a
DELETE
request to/api/issues/{projectname}
with an_id
to delete an issue. If no_id
is sent, the return value is{ error: 'missing _id' }
. On success, the return value is{ result: 'successfully deleted', '_id': _id }
. On failure, the return value is{ error: 'could not delete', '_id': _id }
.
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36
Challenge: Quality Assurance Projects - Issue Tracker