Skip to content

Commit ff37bdf

Browse files
author
OpenRouter SDK Bot
committed
chore: update OpenAPI spec [sdk-bot]
1 parent 0caf560 commit ff37bdf

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.speakeasy/in.openapi.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28473,6 +28473,16 @@ paths:
2847328473
schema:
2847428474
$ref: '#/components/schemas/NotFoundResponse'
2847528475
description: Not Found - Resource does not exist
28476+
'413':
28477+
content:
28478+
application/json:
28479+
example:
28480+
error:
28481+
code: 413
28482+
message: Request payload too large
28483+
schema:
28484+
$ref: '#/components/schemas/PayloadTooLargeResponse'
28485+
description: Payload Too Large - Request payload exceeds size limits
2847628486
'429':
2847728487
content:
2847828488
application/json:

0 commit comments

Comments
 (0)