Skip to main content
PATCH
C#

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

ボディ

ブランディング設定

colors
object | null

カスタムカラーの設定。

favicon_url
string<strict-https-uri-or-null> | null

ファビコンのURL。HTTPSを使用する必要があります。

font
object | null

カスタムフォントの設定。

logo_url
string<strict-https-uri-or-null> | null

ロゴのURL。HTTPSを使用する必要があります。

レスポンス

ブランディング設定を正常に更新しました。

colors
object

カスタムカラー設定。

favicon_url
string<strict-https-uri>

ファビコンのURL。HTTPSを使用する必要があります。

font
object

カスタムフォント設定。

logo_url
string<strict-https-uri>

ロゴのURL。HTTPSを使用する必要があります。