We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Dec 8, 2021 3:07 AM
I am reaching an issue with the Update function of clients in Hubspot client.
I have tested many times and from many different directions, the error I'm recieveing is as if I send no properties to update - even though I do send. The value I want to update is a custom property of multiline text.
{
"statusCode": 400,
"body": {
"status": "error",
"message": "No properties found to update, please provide at least one.",
"correlationId": "1b81592e-3c5b-4bac-9fa9-53d5f4a00163",
"context": {
"properties": [
"{}"
]
},
"category": "VALIDATION_ERROR"
},
Dec 9, 2021 4:02 AM
I used this option
Dec 8, 2021 1:39 PM
Can you provide the code you are executing?