CMS
English
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>" }
Update the name that your app will display when a user is selecting media bridge items.
successful operation
The response is of type object.
object
Was this page helpful?