bitwarden_api_api::apis::self_hosted_organization_licenses_api

Function organizations_licenses_self_hosted_id_post

Source
pub async fn organizations_licenses_self_hosted_id_post(
    configuration: &Configuration,
    id: &str,
    license: PathBuf,
) -> Result<(), Error<OrganizationsLicensesSelfHostedIdPostError>>