curl --request PATCH \
--url https://api.getarbol.com/v1/properties/{propertyDefinitionId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"identifier": "<string>",
"valueType": "STRING",
"options": [
"<string>"
],
"prompt": "<string>",
"defaultValue": "<string>",
"agentIds": [
"<string>"
]
}
'