mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
chore: update OpenAPI spec from monorepo (#318)
Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
This commit is contained in:
co-authored by
OpenRouter SDK Bot
parent
55c0d5c7fd
commit
138b131a35
@@ -22840,6 +22840,10 @@ paths:
|
|||||||
- monthly
|
- monthly
|
||||||
example: monthly
|
example: monthly
|
||||||
type: string
|
type: string
|
||||||
|
workspace_id:
|
||||||
|
description: Optional workspace ID to associate the API key with
|
||||||
|
format: uuid
|
||||||
|
type: string
|
||||||
required:
|
required:
|
||||||
- callback_url
|
- callback_url
|
||||||
type: object
|
type: object
|
||||||
@@ -22908,6 +22912,16 @@ paths:
|
|||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/UnauthorizedResponse'
|
$ref: '#/components/schemas/UnauthorizedResponse'
|
||||||
description: Unauthorized - Authentication required or invalid credentials
|
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':
|
'409':
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
|
|||||||
Reference in New Issue
Block a user