From 8b255afc6ef0fcd7da2a04bedceaad2bbf7eaa2c Mon Sep 17 00:00:00 2001 From: Kishore Kumar Date: Fri, 4 Sep 2026 15:58:30 +0530 Subject: [PATCH] docs(api-reference): UZ-PROVIDER-011, the absent source workspace `PUT /v1/admin/platform-keys` used to answer `UZ-REQ-001` when `source_workspace_id` named a workspace that does not exist, so the reader was told to re-check a value that was already well-formed. The id parsed; the workspace was simply not there. The status is unchanged at 400. What changed is the code and the sentence, so this page needed the row rather than an edit to an existing one. Title and message are copied from the daemon's registry verbatim, because the page and the registry are read against each other. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_016ftejYp8RxA9yHk1kDSxtR --- api-reference/error-codes.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/api-reference/error-codes.mdx b/api-reference/error-codes.mdx index 570dd0f..2accc6e 100644 --- a/api-reference/error-codes.mdx +++ b/api-reference/error-codes.mdx @@ -198,6 +198,7 @@ A conflict response also contains `current_state`. Some errors contain `user_mes | `UZ-PROVIDER-008` | 409 | Library model already exists | That model is already in the library. Edit the existing entry instead of adding a duplicate. | Configure a supported provider, model, and secret. | | `UZ-PROVIDER-009` | 500 | Platform model key not configured | Platform defaults aren't set up on this deployment yet. Keep your current provider for now, or contact support. | Configure a supported provider, model, and secret. | | `UZ-PROVIDER-010` | 500 | Tenant has no primary workspace | Something's off with your account setup. Contact support with the request id below. | Configure a supported provider, model, and secret. | +| `UZ-PROVIDER-011` | 400 | Source workspace not found | That workspace doesn't exist. Pick one from your workspace list and try again. | Configure a supported provider, model, and secret. | ### Tenant models