pub async fn update_api_key_with_id(
configuration: &Configuration,
key_id: &str,
api_key_request: Option<ApiKeyRequest>,
) -> Result<ApiKeyResponse, Error<UpdateApiKeyWithIdError>>
Expand description
Updates an API key with the given Id.