If the request body is empty (NULL) of an incoming request then the REST entity resource plugin should return a 400 bad request error. It simply does not make sense to have empty bodies on PATCH or POST requests.
↧
If the request body is empty (NULL) of an incoming request then the REST entity resource plugin should return a 400 bad request error. It simply does not make sense to have empty bodies on PATCH or POST requests.