kustomer-client
Preparing search index...
KustomerApi
patchBrand
Function patchBrand
patchBrand
<
ThrowOnError
extends
boolean
=
true
>
(
options
:
Options
<
PatchBrandData
,
ThrowOnError
>
,
)
:
RequestResult
<
{
data
:
{
attributes
:
{
createdAt
:
string
;
default
:
boolean
;
iconUrl
:
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 brand Updates a brand resource.
Legacy Role
Equivalent Permission Set Role
org.admin.brand.write
org.permission.brand.update
Type Parameters
ThrowOnError
extends
boolean
=
true
Parameters
options
:
Options
<
PatchBrandData
,
ThrowOnError
>
Returns
RequestResult
<
{
data
:
{
attributes
:
{
createdAt
:
string
;
default
:
boolean
;
iconUrl
:
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 brand Updates a brand resource.