Skip to content

Commit bb090c9

Browse files
openrouter-docs-sync[bot]OpenRouter SDK Bot
andauthored
chore: update OpenAPI spec from monorepo (#740)
Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
1 parent f1ec291 commit bb090c9

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.speakeasy/in.openapi.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6737,7 +6737,7 @@ components:
67376737
example: 'block'
67386738
type: 'string'
67396739
ContentFilterBuiltinEntry:
6740-
description: 'A builtin content filter entry. Builtin filters include PII detectors and the regex-based prompt injection detector.'
6740+
description: 'A builtin content filter entry. Builtin filters include PII detectors, API-key and secret detectors, and the regex-based prompt injection detector.'
67416741
example:
67426742
action: 'redact'
67436743
label: '[EMAIL]'
@@ -6787,6 +6787,7 @@ components:
67876787
- 'ssn'
67886788
- 'credit-card'
67896789
- 'ip-address'
6790+
- 'secrets'
67906791
- 'person-name'
67916792
- 'address'
67926793
- 'regex-prompt-injection'
@@ -31031,6 +31032,9 @@ paths:
3103131032
required: true
3103231033
schema:
3103331034
example: 'or_file_011CNha8iCJcU1wXNR6q4V8w'
31035+
maxLength: 256
31036+
minLength: 1
31037+
pattern: '^[\w-]+$'
3103431038
type: 'string'
3103531039
- description: 'Workspace to scope the request to. Defaults to the caller’s default workspace.'
3103631040
in: 'query'
@@ -31141,6 +31145,9 @@ paths:
3114131145
required: true
3114231146
schema:
3114331147
example: 'or_file_011CNha8iCJcU1wXNR6q4V8w'
31148+
maxLength: 256
31149+
minLength: 1
31150+
pattern: '^[\w-]+$'
3114431151
type: 'string'
3114531152
- description: 'Workspace to scope the request to. Defaults to the caller’s default workspace.'
3114631153
in: 'query'
@@ -31257,6 +31264,9 @@ paths:
3125731264
required: true
3125831265
schema:
3125931266
example: 'or_file_011CNha8iCJcU1wXNR6q4V8w'
31267+
maxLength: 256
31268+
minLength: 1
31269+
pattern: '^[\w-]+$'
3126031270
type: 'string'
3126131271
- description: 'Workspace to scope the request to. Defaults to the caller’s default workspace.'
3126231272
in: 'query'

0 commit comments

Comments
 (0)