ComparisonIntermediateBackend What is the difference between PUT and PATCH, and when would you use each?
Follow-up questions
- What status code would a PUT return if it created the resource?
- How would you make a PATCH endpoint safe to retry?
#put#patch#rest#idempotency