v1

latestOpenAPI 3.0.32026-08-067332206.6 KB
custom_fields

Update a custom field

Update the matching custom field.

put/custom_field_values/{custom_field_value_id}

Headers

Accept'application/json' required

Request body

Example request

{
  "data": {
    "attributes": {
      "value": "Fall"
    }
  }
}

Response

The updated custom field.

Example response

{
  "data": [
    {
      "id": "r79p3j4gbcgtv33gbsqrxb",
      "attributes": {
        "key": "Campaign",
        "value": "Fall"
      }
    }
  ]
}