Using the URL in the docs to add a new select option results in all the data being replaced by this one entity. Is there another endpoint to add only 1 value to the property
https://api.hubapi.com/properties/v1/deals/properties/named/referral_partner?hapikey=hapikey
{
“name”: “referral_partner”,
“label”: “Lead Source”,
“description”: “”,
“groupName”: “dealinformation”,
“type”: “enumeration”,
“fieldType”: “select”,
“options”: [
{
“hidden”: false,
“label”: “Test2”,
“value”: “Test2”,
“readOnly”: false,
“description”: null,
“displayOrder”: -1,
“doubleData”: null
}
],
“createdAt”: 1509298792252,
“updatedAt”: 1539610725769,
“updatedUserId”: 5973239
}