Q: 8
What do 2xx HTTP response codes indicate for REST APIs?
Options
Discussion
Yeah, D tbh. 2xx status codes show success for HTTP requests, so with REST APIs it means the operation worked as expected. Haven't seen any real exceptions to this. Let me know if there's a catch I'm missing.
D tbh, 2xx always means a successful request was received and processed. That’s how REST APIs signal things went fine, no extra steps needed from the client. Only caveat is if async or batch, but not mentioned here.
D official guide and API docs say 2xx is success. Anyone else got a different resource?
D imo, 2xx HTTP codes always mean the client’s request was successful. Seen this in API docs a lot, so pretty confident here.
Be respectful. No spam.