Rest API - HTTP Status Codes
What is the likely cause of this 400 Bad Request error in a REST API?
PUT /api/profile HTTP/1.1
Content-Type: application/json
{"email": "user@example.com", "age": -5}What is the likely cause of this 400 Bad Request error in a REST API?
PUT /api/profile HTTP/1.1
Content-Type: application/json
{"email": "user@example.com", "age": -5}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions