Skip to content

Commit 138b131

Browse files
robert-j-yOpenRouter SDK Bot
andauthored
chore: update OpenAPI spec from monorepo (#318)
Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
1 parent 55c0d5c commit 138b131

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.speakeasy/in.openapi.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22840,6 +22840,10 @@ paths:
2284022840
- monthly
2284122841
example: monthly
2284222842
type: string
22843+
workspace_id:
22844+
description: Optional workspace ID to associate the API key with
22845+
format: uuid
22846+
type: string
2284322847
required:
2284422848
- callback_url
2284522849
type: object
@@ -22908,6 +22912,16 @@ paths:
2290822912
schema:
2290922913
$ref: '#/components/schemas/UnauthorizedResponse'
2291022914
description: Unauthorized - Authentication required or invalid credentials
22915+
'403':
22916+
content:
22917+
application/json:
22918+
example:
22919+
error:
22920+
code: 403
22921+
message: Only management keys can perform this operation
22922+
schema:
22923+
$ref: '#/components/schemas/ForbiddenResponse'
22924+
description: Forbidden - Authentication successful but insufficient permissions
2291122925
'409':
2291222926
content:
2291322927
application/json:

0 commit comments

Comments
 (0)