curl --request PATCH \
--url 'https://api.hubapi.com/media-bridge/2026-03/{appId}/properties/{objectType}/groups/{groupName}?hapikey=' \
--header 'Content-Type: application/json' \
--data '
{
"displayOrder": 123,
"label": "<string>"
}
'{
"archived": true,
"label": "<string>",
"name": "<string>",
"displayOrder": 123
}Update an existing property group by name.
curl --request PATCH \
--url 'https://api.hubapi.com/media-bridge/2026-03/{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
Was this page helpful?