Update Location Custom Value
Immutable Catalog Entry
This descriptor comes from the active versioned Portal catalog.
- Contract tier:
agent_ready - Risk:
write - Catalog version:
2026-07-12.2 - Descriptor hash:
b357cc660860f430d7d970499e18745454961a9eb5d2934ea0c40219eefd2b7e
Update an existing custom value GHL category: Launchpad. This writes to GoHighLevel and may change account data.
Request Body
{
"jsonrpc": "2.0",
"id": "ghl-update-location-custom-value-example",
"method": "tools/call",
"params": {
"name": "ghl.update_location_custom_value",
"arguments": {
"locationId": "locationId_123",
"customValueId": "customValueId_123",
"name": "name_example",
"value": "value_example",
"tenantId": "tenantId_123",
"strictTenant": false
}
}
}