Skip to main content

CreateOpenRouterByokApiKeyResponse

Type Alias CreateOpenRouterByokApiKeyResponse 

Source
pub type CreateOpenRouterByokApiKeyResponse = GetOpenRouterByokApiKeyResponse;
Expand description

Response when creating or updating an OpenRouter BYOK API key.

Aliased Type§

pub struct CreateOpenRouterByokApiKeyResponse {
    pub api_key: Option<String>,
}

Fields§

§api_key: Option<String>

The OpenRouter API key, or None if not configured.