CMS
Deutsch
cURL
curl --request PUT \ --url https://api.hubapi.com/media-bridge/v1/{appId}/settings \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "updatedAt": 123 }'
{ "appId": 123, "name": "<string>" }
ユーザーがメディアブリッジ項目を選択したときにアプリに表示される名前を更新します。
successful operation
The response is of type object.
object