Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 12 additions & 5 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading