Function patch_form_with_id

Source
pub async fn patch_form_with_id(
    configuration: &Configuration,
    form_id: &str,
    form_request: Option<FormRequest>,
) -> Result<FormResponse, Error<PatchFormWithIdError>>
Expand description

Patches the form with the given Id.