All tools

If-Match

“Only apply this write if the ETag still matches” — optimistic locking over HTTP; 412 when it does not.

request header
Example
If-Match: "5f2b-1a2c3d4e"
What it does
“Only apply this write if the ETag still matches” — optimistic locking over HTTP; 412 when it does not.

Works with

← All headers