Rest API - HTTP Status Codes
Which of the following is the correct way to respond with a 422 status code in a REST API using Express.js (Node.js)?
res.status(422) in Express.js..send() or .json() after setting status sends the response properly.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions