Skip to main content
PUT
/
media-bridge
/
v1
/
{appId}
/
settings
Update the media bridge app name
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>"
}

Supported products

Requires one of the following products or higher.
Marketing HubMarketing Hub -Free
Sales HubSales Hub -Free
Service HubService Hub -Free
Content HubContent Hub -Free
Data HubData Hub -Free

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer<int32>
required

The appId for the media bridge app. It is possible to have multiple apps in your developer account that use the media bridge.

Body

application/json
updatedAt
integer<int64>
required
name
string

Response

successful operation

appId
integer<int32>
required
name
string
required
Last modified on December 16, 2025