CMS
English
cURL
curl --request PATCH \ --url https://api.hubapi.com/media-bridge/v1/{appId}/properties/{objectType}/groups/{groupName} \ --header 'Content-Type: application/json' \ --data '{ "displayOrder": 123, "label": "<string>" }'
{ "archived": true, "name": "<string>", "displayOrder": 123, "label": "<string>" }
Update an existing property group by name.
successful operation
The response is of type object.
object
Was this page helpful?