I have a JSON request which I’m posting to a HTTP URL.
Should this be treated as 400
where requestedResource
field exists but "Roman"
is an invalid value for this field?
[{requestedResource:"Roman"}]
Should this be treated as 400
where "blah"
field doesn’t exist at all?
[{blah:"Roman"}]