Update Response for PUT /metadata/:id
Can we update the metadata API to return a response for a PUT request? Based on the MDN documentation the response body should be null, but we can return the metadata object and the status code should be "200".
return Response(metadata.json(), status_code=200, media_type="application/json")