Update reindeer details for a specific sleigh
PUT/reindeers/:reindeerId
Update reindeer details for a specific sleigh
Request
Responses
- 200
- 401
- 404
- 500
Reindeer updated successfully.
Unauthorized - API key is missing or invalid.
Not Found - reindeer with the specified ID does not exist.
Internal Server Error - something went wrong on the server side.