for certain entity update operations, for instance, append attributes in strict mode, if one or more of the concerned attributes already exist, the operation will end up with a 422 error code, but any non-existent attribute will have been added to the entity. i.e something went well, something went bad ...
Status code 422 could be changed by another HTTP status code that gives information to the client that the operation had a partial success, i.e. something went well but not all
see
https://stackoverflow.com/questions/8472935/http-status-code-for-a-partial-successful-request
for certain entity update operations, for instance, append attributes in strict mode, if one or more of the concerned attributes already exist, the operation will end up with a 422 error code, but any non-existent attribute will have been added to the entity. i.e something went well, something went bad ...
Status code
422could be changed by another HTTP status code that gives information to the client that the operation had a partial success, i.e. something went well but not allsee
https://stackoverflow.com/questions/8472935/http-status-code-for-a-partial-successful-request