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.
pub async fn patch_form_with_id(
configuration: &Configuration,
form_id: &str,
form_request: Option<FormRequest>,
) -> Result<FormResponse, Error<PatchFormWithIdError>>
Patches the form with the given Id.