fieldnotesai
Preparing search index...
src/services/formTemplateService
updateFormTemplate
Function updateFormTemplate
updateFormTemplate
(
id
:
string
,
input
:
UpdateFormTemplateInput
,
)
:
Promise
<
|
{
data
?:
undefined
;
error
:
string
;
success
:
boolean
}
|
{
data
:
FormTemplate
;
error
?:
undefined
;
success
:
boolean
}
,
>
Updates the form template.
Parameters
id
:
string
input
:
UpdateFormTemplateInput
Returns
Promise
<
|
{
data
?:
undefined
;
error
:
string
;
success
:
boolean
}
|
{
data
:
FormTemplate
;
error
?:
undefined
;
success
:
boolean
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
fieldnotesai
Loading...
Updates the form template.