Closed farazkhanfk7 closed 3 years ago
LGTM :+1: . Although can you add tests for this in our test suite?
Thanks for reviewing @sameshl . Actually I skipped the tests because currently, we were only testing the status_code, but now I'll add those in test suite. :+1:
well done people
Fixes #573
Checklist
Current behaviour
Presently, we do not return any IRI or id for created/updated objects in response schema that is returned after a POST or PUT request.
New expected behaviour
The format of response after the changes:
Also a list of IRIs is returned, in case a PUT request is made to add multiple objects. Response schema in the case of multiple ids :
Change logs