Request conflicts with current state
Section: Codes 400-409
HTTP 409 Conflict
text
text
curl -i -X PUT https://example.com/api/items/1 -H 'If-Match: "stale-etag"' -d '{"x":1}'Explanation
Common with version conflicts, duplicate creates, or edit collisions.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Codes 400-409