chore: update OpenAPI spec from monorepo (#318)

Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
This commit is contained in:
robert-j-y
2026-06-12 22:08:18 -07:00
committed by GitHub
co-authored by OpenRouter SDK Bot
parent 55c0d5c7fd
commit 138b131a35
+14
View File
@@ -22840,6 +22840,10 @@ paths:
- monthly
example: monthly
type: string
workspace_id:
description: Optional workspace ID to associate the API key with
format: uuid
type: string
required:
- callback_url
type: object
@@ -22908,6 +22912,16 @@ paths:
schema:
$ref: '#/components/schemas/UnauthorizedResponse'
description: Unauthorized - Authentication required or invalid credentials
'403':
content:
application/json:
example:
error:
code: 403
message: Only management keys can perform this operation
schema:
$ref: '#/components/schemas/ForbiddenResponse'
description: Forbidden - Authentication successful but insufficient permissions
'409':
content:
application/json: