Skip to content

Commit 18bcac0

Browse files
author
OpenRouter SDK Bot
committed
chore: update OpenAPI spec [sdk-bot]
1 parent 79a5047 commit 18bcac0

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.speakeasy/in.openapi.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29512,6 +29512,26 @@ paths:
2951229512
schema:
2951329513
$ref: '#/components/schemas/NotFoundResponse'
2951429514
description: 'Not Found - Resource does not exist'
29515+
'408':
29516+
content:
29517+
application/json:
29518+
example:
29519+
error:
29520+
code: 408
29521+
message: 'Operation timed out. Please try again later.'
29522+
schema:
29523+
$ref: '#/components/schemas/RequestTimeoutResponse'
29524+
description: 'Request Timeout - Operation exceeded time limit'
29525+
'413':
29526+
content:
29527+
application/json:
29528+
example:
29529+
error:
29530+
code: 413
29531+
message: 'Request payload too large'
29532+
schema:
29533+
$ref: '#/components/schemas/PayloadTooLargeResponse'
29534+
description: 'Payload Too Large - Request payload exceeds size limits'
2951529535
'429':
2951629536
content:
2951729537
application/json:

0 commit comments

Comments
 (0)