You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The spec says a patch doc must at least have one patch resource. It does not say what a server should do when a client violates this requirement. A 422 response sounds good, but is it wrong for a server to respond with 200 in this case?
Is there some generic statement in the spec somewhere that explains what servers should do when clients misbehave?
The text was updated successfully, but these errors were encountered:
michielbdejong
changed the title
Consider adding a test for patch doc with zero patch resources
Add a test for patch doc with zero patch resources
May 16, 2022
Thanks @edwardsph for reporting this in solid-contrib/test-suite#132 (comment)
The spec says a patch doc must at least have one patch resource. It does not say what a server should do when a client violates this requirement. A 422 response sounds good, but is it wrong for a server to respond with 200 in this case?
Is there some generic statement in the spec somewhere that explains what servers should do when clients misbehave?
The text was updated successfully, but these errors were encountered: