fieldnotesai
Preparing search index...
src/services/caseFormService
updateCaseForm
Function updateCaseForm
updateCaseForm
(
id
:
string
,
updates
:
{
name
?:
string
;
template_id
?:
string
}
,
)
:
Promise
<
|
{
error
:
string
;
success
:
boolean
}
|
{
error
?:
undefined
;
success
:
boolean
}
|
{
data
:
CaseForm
;
success
:
boolean
}
,
>
Updates the case form.
Parameters
id
:
string
updates
:
{
name
?:
string
;
template_id
?:
string
}
Returns
Promise
<
|
{
error
:
string
;
success
:
boolean
}
|
{
error
?:
undefined
;
success
:
boolean
}
|
{
data
:
CaseForm
;
success
:
boolean
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
fieldnotesai
Loading...
Updates the case form.