Handling Multiple Success Status Codes in API Responses
If I've got an API that might return 201 in most cases, but 200 in case the very same thing with the very same parameters was already created, how could I define this? I can't add multiple successes, only multiple errors, right?