Skip to content

Commit 4e823c2

Browse files
openrouter-docs-sync[bot]OpenRouter SDK Bot
andauthored
chore: update OpenAPI spec from monorepo (#890)
Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
1 parent 811c76f commit 4e823c2

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

.speakeasy/in.openapi.yaml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36155,13 +36155,20 @@ paths:
3615536155
'409':
3615636156
content:
3615736157
application/json:
36158-
example:
36159-
error:
36160-
code: 'idempotency_key_reused'
36161-
message: 'This Idempotency-Key was already used with a different request'
36158+
examples:
36159+
idempotency_key_reused:
36160+
value:
36161+
error:
36162+
code: 'idempotency_key_reused'
36163+
message: 'This Idempotency-Key was already used with a different request'
36164+
name_taken:
36165+
value:
36166+
error:
36167+
code: 'name_taken'
36168+
message: 'An intern named "research-assistant" already exists in this workspace'
3616236169
schema:
3616336170
$ref: '#/components/schemas/InternLifecycleError'
36164-
description: 'The idempotency key was reused, the member reached the intern limit, or the requested vault cannot be attached.'
36171+
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.'
3616536172
'413':
3616636173
content:
3616736174
application/json:

0 commit comments

Comments
 (0)