Rest API - HTTP Methods
You have a REST API for managing books with resource
/books/{id}. You want to replace a book resource fully but keep the id unchanged. Which approach correctly uses PUT for this?