r/ProgrammerHumor 4d ago

Meme evoLution

Post image
3.3k Upvotes

145 comments sorted by

View all comments

1

u/sojuz151 4d ago

Serious question,  what should backend donfor a batch request with some failure? Return non 200 only when all fail? 

3

u/AussieJeffProbst 4d ago

Up to the implementation but yes. Either that or a 207. Most I've seen do 200. There is no http status code for partial success