Function fusionauth_rust_client::apis::default_api::update_form_with_id

source ยท
pub async fn update_form_with_id(
    configuration: &Configuration,
    form_id: &str,
    form_request: Option<FormRequest>,
) -> Result<FormResponse, Error<UpdateFormWithIdError>>
Expand description

Updates the form with the given Id.