curl --request PUT \
--url https://api.hubapi.com/properties/v2/{object_type}/groups/named/{group_name} \
--header 'Content-Type: application/json' \
--data '
{
"displayName": "<string>",
"displayOrder": 123
}
'{
"name": "<string>",
"displayName": "<string>",
"displayOrder": 123,
"hubspotDefined": true,
"portalId": 123
}Update the details for an existing property group.
curl --request PUT \
--url https://api.hubapi.com/properties/v2/{object_type}/groups/named/{group_name} \
--header 'Content-Type: application/json' \
--data '
{
"displayName": "<string>",
"displayOrder": 123
}
'{
"name": "<string>",
"displayName": "<string>",
"displayOrder": 123,
"hubspotDefined": true,
"portalId": 123
}Scope requirements
The specific type of CRM object that the property group is assigned to. You can use the object name (e.g., contacts) or the objectTypeId (e.g., 0-1).
The name of the group.
Object property group updated successfully
Was this page helpful?