kustomer-client
Preparing search index...
KustomerApi
updateTeamById
Function updateTeamById
updateTeamById
<
ThrowOnError
extends
boolean
=
true
>
(
options
:
Options
<
UpdateTeamByIdData
,
ThrowOnError
>
,
)
:
RequestResult
<
{
data
:
{
attributes
:
{
createdAt
:
string
;
members
:
string
[]
;
modifiedAt
:
string
;
name
:
string
;
updatedAt
:
string
;
}
;
id
:
string
;
links
:
{
self
:
string
}
;
relationships
:
{
createdBy
:
{
data
:
{
id
:
string
;
type
:
string
}
;
links
:
{
self
:
string
}
;
}
;
modifiedBy
:
{
data
:
{
id
:
string
;
type
:
string
}
;
links
:
{
self
:
string
}
;
}
;
org
:
{
data
:
{
id
:
string
;
type
:
string
}
;
links
:
{
self
:
string
}
}
;
}
;
type
:
string
;
}
;
}
,
unknown
,
ThrowOnError
,
>
Update Team by ID Updates a team document by ID.
Type Parameters
ThrowOnError
extends
boolean
=
true
Parameters
options
:
Options
<
UpdateTeamByIdData
,
ThrowOnError
>
Returns
RequestResult
<
{
data
:
{
attributes
:
{
createdAt
:
string
;
members
:
string
[]
;
modifiedAt
:
string
;
name
:
string
;
updatedAt
:
string
;
}
;
id
:
string
;
links
:
{
self
:
string
}
;
relationships
:
{
createdBy
:
{
data
:
{
id
:
string
;
type
:
string
}
;
links
:
{
self
:
string
}
;
}
;
modifiedBy
:
{
data
:
{
id
:
string
;
type
:
string
}
;
links
:
{
self
:
string
}
;
}
;
org
:
{
data
:
{
id
:
string
;
type
:
string
}
;
links
:
{
self
:
string
}
}
;
}
;
type
:
string
;
}
;
}
,
unknown
,
ThrowOnError
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
kustomer-client
Loading...
Update Team by ID Updates a team document by ID.