Custom Field Options V1
Update Custom Field Options V1
Update a custom field option
put/v1/custom_field_options/{id}
Path parameters
idstring required
Unique identifier for the custom field option
Request body
Example request
{
"sort_key": 10,
"value": "Product"
}Response
OK response.
Example response
{
"custom_field_option": {
"custom_field_id": "01FCNDV6P870EA6S7TK1DSYDG0",
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"sort_key": 10,
"value": "Product"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.