Update Location Custom Field
Snapshot Catalog Entry
This page is generated from broker tools/list snapshot data.
Update an existing custom field
Request Body
{
"jsonrpc": "2.0",
"id": "ghl-update-location-custom-field-example",
"method": "tools/call",
"params": {
"name": "ghl.update_location_custom_field",
"arguments": {
"locationId": "locationId_123",
"customFieldId": "customFieldId_123",
"name": "name_example",
"tenantId": "tenantId_123",
"strictTenant": false,
"placeholder": "placeholder_example",
"position": 1
}
}
}