Update Custom Value
PUT/locations/:locationId/customValues/:id
Update Custom Value
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location Id
id stringrequired
Custom Value Id
- application/json
- Body
- Example (auto)
Bodyrequired
namestringrequired
valuestringrequired
{
"name": "Custom Field Name",
"value": "Value"
}
Successful response
- application/json
- Schema
- Example (auto)
Schema
customValueobject
{
"customValue": {
"id": "rWQ709Pb62syqGLceg1x",
"name": "Custom Field",
"fieldKey": "{{ custom_values.custom_field }}",
"value": "Value",
"locationId": "rWQ709Pb6dasyqGLceg1x"
}
}