Zum Hauptinhalt springen
PUT
/
media-bridge
/
2026-03
/
{appId}
/
settings
Update the media bridge app name
curl --request PUT \
  --url 'https://api.hubapi.com/media-bridge/2026-03/{appId}/settings?hapikey=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "updatedAt": 123,
  "allowImportOnDisconnect": true,
  "moduleName": "<string>",
  "name": "<string>"
}
'
{
  "appId": 123,
  "name": "<string>"
}

Supported products

Autorisierungen

hapikey
string
query
erforderlich

Pfadparameter

appId
string
erforderlich
Pattern: .+

Body

application/json
updatedAt
integer<int64>
erforderlich
allowImportOnDisconnect
boolean
moduleName
string
name
string

Antwort

successful operation

appId
integer<int32>
erforderlich
name
string
erforderlich
Last modified on April 9, 2026