I changed the success response code for POST /users/{user_id}/collected_items from 200 to 201.
The PATCH operation doesn't create any new resource, and the change is already done when sending the response, so the codes 201 and 202 do not fit. I'll keep 200.
Stato cambiato a Risolto(Xavier, 30 Mar 2022, 20:40)