| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Add the 409 Conflict response to POST /contacts across all description versions (2.7-2.15 + 0/Preview), with two named examples: a live-duplicate and an archived-duplicate. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
| Back | FazBrowse Home | New Git URL |
Why?
POST /contacts can return a 409 Conflict when a contact with matching details already exists, but the response was not described in the spec — so generated SDKs and integrators had no typed signal to handle it. This also covers the distinct archived-contact case, which returns the same status with a different message.
How?
Adds a 409 response to the Create contact operation across all description versions (2.7–2.15 and 0), with two named examples — a live duplicate and an archived duplicate — both referencing the shared error schema.
Generated with Claude Code