feat: name the API key case in the docs' 409 section, so the error-codes page lists the state-based conflict alongside the duplicate-resource one

This commit is contained in:
Matthew Meszaros
2026-09-10 05:13:38 -07:00
parent 9e37ea73a8
commit 804ac149fd
+1
View File
@@ -217,6 +217,7 @@ Returned when the request conflicts with existing data.
**Common causes:**
- Trying to create a resource that already exists
- Duplicate unique values
- Deleting something whose state does not allow it yet, such as an API key that can still authenticate
**Example:**