Function fusionauth_rust_client::apis::default_api::create_form
source · pub async fn create_form(
configuration: &Configuration,
form_request: Option<FormRequest>
) -> Result<FormResponse, Error<CreateFormError>>
Expand description
Creates a form. You can optionally specify an Id for the form, if not provided one will be generated.