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