Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/facilities/update.mutation
update
Variable update
Const
update
:
MutationProcedure
<
{
input
:
{
id
:
string
;
integration
?:
|
{
credentials
:
{
app_id
:
string
;
location_id
:
number
;
location_name
?:
string
;
}
;
type
:
"kipu"
;
}
|
{
credentials
:
{
bearer_token
:
string
;
location_ids
:
number
[]
;
location_name
?:
string
;
}
;
type
:
"lightningstep"
;
}
|
{
credentials
:
{
api_id
:
string
;
api_secret
:
string
;
location_name
?:
string
;
realm_id
:
string
;
service_facility_id
:
number
;
sunwave_email
:
string
;
}
;
type
:
"sunwave"
;
}
;
name
:
string
;
}
;
meta
:
object
;
output
:
UpdateFacilityWithIntegrationResult
;
}
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...