Question: What Status code should I use for “You haven’t provided enough/correct information to carry out that method”? Currently I’m thinking 422 Unprocessable Entity.

Context: POST request to a list resource for the creation of a new sub-resource.

updated: