kustomer-client
Preparing search index...
KustomerApi
updateTeamAttributes
Function updateTeamAttributes
updateTeamAttributes
<
ThrowOnError
extends
boolean
=
true
>
(
options
:
Options
<
UpdateTeamAttributesData
,
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 Attributes Updates one or more Team Attribute(s) by ID.
Type Parameters
ThrowOnError
extends
boolean
=
true
Parameters
options
:
Options
<
UpdateTeamAttributesData
,
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 Attributes Updates one or more Team Attribute(s) by ID.