ScenarioIntermediateBackend Is PATCH idempotent? Give an example where a retried PATCH corrupts data and explain how to prevent it.
Follow-up questions
- How does an Idempotency-Key header actually work on the server?
- When would you prefer ETag/If-Match over an idempotency key?
#patch#idempotency#retries#rest