diff --git a/src/libs/OpenRouter/Generated/OpenRouter.ISubpackageOAuthClient.CreateAuthKeysCode.g.cs b/src/libs/OpenRouter/Generated/OpenRouter.ISubpackageOAuthClient.CreateAuthKeysCode.g.cs index e0bf125c..de58cdb6 100644 --- a/src/libs/OpenRouter/Generated/OpenRouter.ISubpackageOAuthClient.CreateAuthKeysCode.g.cs +++ b/src/libs/OpenRouter/Generated/OpenRouter.ISubpackageOAuthClient.CreateAuthKeysCode.g.cs @@ -35,7 +35,7 @@ public partial interface ISubpackageOAuthClient /// Create an authorization code for the PKCE flow to generate a user-controlled API key /// /// - /// 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. /// /// /// PKCE code challenge for enhanced security diff --git a/src/libs/OpenRouter/Generated/OpenRouter.Models.CreateAuthKeysCodeRequest.g.cs b/src/libs/OpenRouter/Generated/OpenRouter.Models.CreateAuthKeysCodeRequest.g.cs index 560a1742..53e4b41d 100644 --- a/src/libs/OpenRouter/Generated/OpenRouter.Models.CreateAuthKeysCodeRequest.g.cs +++ b/src/libs/OpenRouter/Generated/OpenRouter.Models.CreateAuthKeysCodeRequest.g.cs @@ -9,7 +9,7 @@ namespace OpenRouter public sealed partial class CreateAuthKeysCodeRequest { /// - /// 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. /// [global::System.Text.Json.Serialization.JsonPropertyName("callback_url")] [global::System.Text.Json.Serialization.JsonRequired] @@ -63,7 +63,7 @@ public sealed partial class CreateAuthKeysCodeRequest /// Initializes a new instance of the class. /// /// - /// 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. /// /// /// PKCE code challenge for enhanced security diff --git a/src/libs/OpenRouter/Generated/OpenRouter.SubpackageOAuthClient.CreateAuthKeysCode.g.cs b/src/libs/OpenRouter/Generated/OpenRouter.SubpackageOAuthClient.CreateAuthKeysCode.g.cs index e214de63..8943d09c 100644 --- a/src/libs/OpenRouter/Generated/OpenRouter.SubpackageOAuthClient.CreateAuthKeysCode.g.cs +++ b/src/libs/OpenRouter/Generated/OpenRouter.SubpackageOAuthClient.CreateAuthKeysCode.g.cs @@ -586,7 +586,7 @@ partial void ProcessCreateAuthKeysCodeResponseContent( /// Create an authorization code for the PKCE flow to generate a user-controlled API key /// /// - /// 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. /// /// /// PKCE code challenge for enhanced security diff --git a/src/libs/OpenRouter/openapi.yaml b/src/libs/OpenRouter/openapi.yaml index 29fa61e3..03a1f331 100644 --- a/src/libs/OpenRouter/openapi.yaml +++ b/src/libs/OpenRouter/openapi.yaml @@ -323,7 +323,7 @@ "callback_url": { "type": "string", "format": "uri", - "description": "The callback URL to redirect to after authorization. Note, only https URLs on ports 443 and 3000 are allowed." + "description": "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." }, "code_challenge": { "type": "string",