bitwarden_api_api::apis::self_hosted_organization_licenses_api

Function organizations_licenses_self_hosted_post

Source
pub async fn organizations_licenses_self_hosted_post(
    configuration: &Configuration,
    key: &str,
    keys_period_public_key: &str,
    keys_period_encrypted_private_key: &str,
    license: PathBuf,
    collection_name: Option<&str>,
) -> Result<OrganizationResponseModel, Error<OrganizationsLicensesSelfHostedPostError>>