pub async fn update_api_key_with_id(
    configuration: &Configuration,
    api_key_id: &str,
    api_key_request: Option<ApiKeyRequest>
) -> Result<ApiKeyResponse, Error<UpdateApiKeyWithIdError>>
Expand description

Updates an API key by given id