From ff37bdf10d5264b6809af716eb7bfe3dfe9c2aee Mon Sep 17 00:00:00 2001 From: OpenRouter SDK Bot Date: Wed, 8 Jul 2026 06:59:13 +0000 Subject: [PATCH] chore: update OpenAPI spec [sdk-bot] --- .speakeasy/in.openapi.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index e8969c9..f311b83 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -28473,6 +28473,16 @@ paths: schema: $ref: '#/components/schemas/NotFoundResponse' description: Not Found - Resource does not exist + '413': + content: + application/json: + example: + error: + code: 413 + message: Request payload too large + schema: + $ref: '#/components/schemas/PayloadTooLargeResponse' + description: Payload Too Large - Request payload exceeds size limits '429': content: application/json: