pub async fn update_application_with_id(
configuration: &Configuration,
application_id: &str,
x_fusion_auth_tenant_id: Option<&str>,
reactivate: Option<&str>,
application_request: Option<ApplicationRequest>,
) -> Result<ApplicationResponse, Error<UpdateApplicationWithIdError>>
Expand description
Updates the application with the given Id. OR Reactivates the application with the given Id.