Function fusionauth_rust_client::apis::default_api::update_form_field_with_id
source · pub async fn update_form_field_with_id(
configuration: &Configuration,
field_id: &str,
form_field_request: Option<FormFieldRequest>
) -> Result<FormFieldResponse, Error<UpdateFormFieldWithIdError>>
Expand description
Updates the form field with the given Id.