Skip to main content
PUT
Update a deal property group

Path Parameters

group_name
string
required

The name of the property group you want to update.

Body

application/json
displayName
string

The displayed name of the group

displayOrder
integer

The order of the group

properties
object[]

Properties to include in the updated group

Response

200 - application/json

Deal property group updated successfully

name
string

The internal name of the property group

displayName
string

The displayed name of the group

displayOrder
integer

The order of the group when displaying properties

hubspotDefined
boolean

Whether the group is defined by HubSpot

properties
object[]

Properties in this group (only included if includeProperties=true)

Last modified on March 16, 2026