POST
/
media-bridge
/
v1
/
{appId}
/
properties
/
{objectType}
/
groups
Créer un nouveau groupe de propriétés
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>"
}
Produits pris en charge
Exige l'un des produits suivants ou un produit supérieur.
Marketing HubMarketing HubGratuit
Sales HubSales HubGratuit
Service HubService HubGratuit
Content HubContent HubGratuit

Authorizations

hapikey
string
query
required

Body

application/json

Response

201
application/json

successful operation

The response is of type object.