cURL
curl --request PUT \ --url 'https://api.hubapi.com/media-bridge/v1/{appId}/settings?hapikey=' \ --header 'Content-Type: application/json' \ --data ' { "updatedAt": 123, "name": "<string>" } '
{ "appId": 123, "name": "<string>" }
Update the name that your app will display when a user is selecting media bridge items.
Supported products
The appId for the media bridge app. It is possible to have multiple apps in your developer account that use the media bridge.
successful operation
Was this page helpful?