pub async fn create_api_key(
configuration: &Configuration,
params: CreateApiKeyParams,
) -> Result<CreateApiKey201Response, Error<CreateApiKeyError>>Expand description
Creates a new API key.
pub async fn create_api_key(
configuration: &Configuration,
params: CreateApiKeyParams,
) -> Result<CreateApiKey201Response, Error<CreateApiKeyError>>Creates a new API key.