|
Post by AMI_ivywang on Sept 19, 2022 8:11:08 GMT
Hi, Base on our design, it only support specific URIs and properties for the deep patch. Refer to the discussion in " PATCH empty json object", response status code 204 is acceptable if patch a resource with request body {}. Is it acceptable to return 204 when patch <ResourceUri>.Deep with request body {}? Thanks, Ivy
|
|
|
Post by mraineri on Sept 19, 2022 12:49:42 GMT
Yes it is; it's effectively a deep PATCH with nothing deep about the request. Deep PATCH follows the same semantics as PATCH, with the exceptions called out in the "Deep operations" clause.
|
|