mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-31 12:30:30 +08:00
chore: update OpenAPI spec from monorepo (#236)
Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
This commit is contained in:
co-authored by
OpenRouter SDK Bot
parent
f587c3ce45
commit
a4197ac1db
@@ -5381,11 +5381,11 @@ components:
|
|||||||
minLength: 1
|
minLength: 1
|
||||||
type: string
|
type: string
|
||||||
slug:
|
slug:
|
||||||
description: URL-friendly slug (lowercase alphanumeric and hyphens only)
|
description: URL-friendly slug (lowercase alphanumeric segments separated by single hyphens, no leading/trailing hyphens)
|
||||||
example: production
|
example: production
|
||||||
maxLength: 50
|
maxLength: 50
|
||||||
minLength: 1
|
minLength: 1
|
||||||
pattern: ^[a-z0-9-]+$
|
pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$
|
||||||
type: string
|
type: string
|
||||||
required:
|
required:
|
||||||
- name
|
- name
|
||||||
@@ -14663,11 +14663,13 @@ components:
|
|||||||
minLength: 1
|
minLength: 1
|
||||||
type: string
|
type: string
|
||||||
slug:
|
slug:
|
||||||
description: New URL-friendly slug
|
description: >-
|
||||||
|
New URL-friendly slug (lowercase alphanumeric segments separated by single hyphens, no leading/trailing
|
||||||
|
hyphens)
|
||||||
example: updated-workspace
|
example: updated-workspace
|
||||||
maxLength: 50
|
maxLength: 50
|
||||||
minLength: 1
|
minLength: 1
|
||||||
pattern: ^[a-z0-9-]+$
|
pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
UpdateWorkspaceResponse:
|
UpdateWorkspaceResponse:
|
||||||
|
|||||||
Reference in New Issue
Block a user