Function create_application_with_id

Source
pub async fn create_application_with_id(
    configuration: &Configuration,
    application_id: &str,
    x_fusion_auth_tenant_id: Option<&str>,
    application_request: Option<ApplicationRequest>,
) -> Result<ApplicationResponse, Error<CreateApplicationWithIdError>>
Expand description

Creates an application. You can optionally specify an Id for the application, if not provided one will be generated.