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
pub async fn update_api_key_with_id(
configuration: &Configuration,
api_key_id: &str,
api_key_request: Option<ApiKeyRequest>,
) -> Result<ApiKeyResponse, Error<UpdateApiKeyWithIdError>>
Updates an API key by given id