From 0c735989c119c4af079edf3a4d508afc5ed6f589 Mon Sep 17 00:00:00 2001 From: robert-j-y <212159665+robert-j-y@users.noreply.github.com> Date: Wed, 10 Jun 2026 22:01:22 -0700 Subject: [PATCH] chore: update OpenAPI spec from monorepo (#303) Co-authored-by: OpenRouter SDK Bot --- .speakeasy/in.openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 11bf5d9..bee0beb 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -21990,8 +21990,8 @@ paths: properties: callback_url: description: >- - The callback URL to redirect to after authorization. Note, only https URLs on ports 443 and 3000 are - allowed. + The callback URL to redirect to after authorization. Supports https URLs and localhost/127.0.0.1 + URLs on any port for local CLI tools. example: https://myapp.com/auth/callback format: uri type: string