patch_api_key_with_id

Function patch_api_key_with_id 

Source
pub async fn patch_api_key_with_id(
    configuration: &Configuration,
    key_id: &str,
    api_key_request: Option<ApiKeyRequest>,
) -> Result<ApiKeyResponse, Error<PatchApiKeyWithIdError>>
Expand description

Updates an API key with the given Id.