Function fusionauth_rust_client::apis::default_api::create_form_field_with_id
source · pub async fn create_form_field_with_id(
configuration: &Configuration,
field_id: &str,
form_field_request: Option<FormFieldRequest>
) -> Result<FormFieldResponse, Error<CreateFormFieldWithIdError>>
Expand description
Creates a form field. You can optionally specify an Id for the form, if not provided one will be generated.