From 8b2d87e584934d9e427e732cefd006239b05fbc5 Mon Sep 17 00:00:00 2001 From: OpenRouter SDK Bot Date: Sat, 19 Sep 2026 13:54:35 +0000 Subject: [PATCH] chore: update OpenAPI spec [sdk-bot] --- .speakeasy/in.openapi.yaml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 896f2ac3..6db51bd1 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -36155,13 +36155,20 @@ paths: '409': content: application/json: - example: - error: - code: 'idempotency_key_reused' - message: 'This Idempotency-Key was already used with a different request' + examples: + idempotency_key_reused: + value: + error: + code: 'idempotency_key_reused' + message: 'This Idempotency-Key was already used with a different request' + name_taken: + value: + error: + code: 'name_taken' + message: 'An intern named "research-assistant" already exists in this workspace' schema: $ref: '#/components/schemas/InternLifecycleError' - description: 'The idempotency key was reused, the member reached the intern limit, or the requested vault cannot be attached.' + description: 'The idempotency key was reused, the intern name is already taken in the workspace, the member reached the intern limit, or the requested vault cannot be attached.' '413': content: application/json: