Rest API - API Documentation
Given this endpoint documentation snippet:
{
"endpoint": "/users/{id}",
"method": "GET",
"parameters": {
"id": "integer"
},
"response": {
"200": "User object",
"404": "Not Found"
}
}
What is the expected response if the user ID does not exist?