chore: update OpenAPI spec from monorepo (#236)

Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
This commit is contained in:
robert-j-y
2026-05-11 19:37:39 -07:00
committed by GitHub
co-authored by OpenRouter SDK Bot
parent f587c3ce45
commit a4197ac1db
+6 -4
View File
@@ -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: