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.
pub async fn patch_api_key_with_id(
configuration: &Configuration,
key_id: &str,
api_key_request: Option<ApiKeyRequest>,
) -> Result<ApiKeyResponse, Error<PatchApiKeyWithIdError>>
Updates an API key with the given Id.