BCF-API
BCF-API copied to clipboard
What error code should be returned if a required field is not provided?
trafficstars
Also, what is the return code if it has an invalid value?
like a "" (empty) Title of a Topic?
HTTP says a 400 BAD REQUEST is the way to go
Yeah, 400 would feel right for me.
I'll update the docs.