Zum Hauptinhalt springen
PATCH
/
media-bridge
/
v1
/
{appId}
/
properties
/
{objectType}
/
groups
/
{groupName}
Update a property group
curl --request PATCH \
  --url 'https://api.hubapi.com/media-bridge/v1/{appId}/properties/{objectType}/groups/{groupName}?hapikey=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "displayOrder": 123,
  "label": "<string>"
}
'
{
  "archived": true,
  "label": "<string>",
  "name": "<string>",
  "displayOrder": 123
}

Supported products

Autorisierungen

hapikey
string
query
erforderlich

Pfadparameter

appId
integer<int32>
erforderlich

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

groupName
string
erforderlich

The name of the property group to update.

objectType
string
erforderlich

The object type for the property group.

Body

application/json
displayOrder
integer<int32>
label
string

Antwort

successful operation

archived
boolean
erforderlich
label
string
erforderlich
name
string
erforderlich
displayOrder
integer<int32>
Last modified on April 9, 2026