From 804ac149fd558d94854bb5f25555d5a1d7d5781d Mon Sep 17 00:00:00 2001 From: Matthew Meszaros Date: Thu, 10 Sep 2026 05:13:38 -0700 Subject: [PATCH] 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 --- docs/content/docs/api/error-codes.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/docs/api/error-codes.mdx b/docs/content/docs/api/error-codes.mdx index 6b5e533c..57220045 100644 --- a/docs/content/docs/api/error-codes.mdx +++ b/docs/content/docs/api/error-codes.mdx @@ -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:**