I am building a new API which receives an array of ids and processes them. The response should return http codes responses for cases where
- Everything was processed successfully
- Only some of the ids were processed successfully
What would be the correct code for these two responses? 200 for the first one? 206 for the second one? (Doesn't seem right to me)