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 \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "updatedAt": 123
}'
{
  "appId": 123,
  "name": "<string>"
}
Supported products
Requires one of the following products or higher.
Marketing HubMarketing HubFree
Sales HubSales HubFree
Service HubService HubFree
Content HubContent HubFree

Authorizations

hapikey
string
query
required

Body

application/json

Response

200
application/json

successful operation

The response is of type object.