InterviewSolution
Saved Bookmarks
| 1. |
Why Put Methods Is Idempotent? |
|
Answer» PUT is used to CREATE a resource and REPEATING the operation should NEVER create another copy of the resource. PUT is used to create a resource and repeating the operation should never create another copy of the resource. |
|