mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-30 12:20:57 +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
|
||||
type: string
|
||||
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
|
||||
maxLength: 50
|
||||
minLength: 1
|
||||
pattern: ^[a-z0-9-]+$
|
||||
pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$
|
||||
type: string
|
||||
required:
|
||||
- name
|
||||
@@ -14663,11 +14663,13 @@ components:
|
||||
minLength: 1
|
||||
type: string
|
||||
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
|
||||
maxLength: 50
|
||||
minLength: 1
|
||||
pattern: ^[a-z0-9-]+$
|
||||
pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$
|
||||
type: string
|
||||
type: object
|
||||
UpdateWorkspaceResponse:
|
||||
|
||||
Reference in New Issue
Block a user