Skip to main content

Update a custom field

Updates the specified custom field value associated with the card.

Parameters

value
string|array|number|date|boolean|url|email
Custom field value associated with the card.
value.*
string (required when type is multi_list)
ID of the option.

Returns

Returns the updated custom field value object. Throws an error if some parameters are not valid.

put
/api/cards/{id}/custom-fields/{id}
curl -X PUT https://{workspace}.kitchen.co/api/cards/{id}/custom-fields/{id} \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'X-Requested-With: XMLHttpRequest' \
-H 'Authorization: Bearer {API_KEY}'
Response
{
"id": "cf_b5fa830bd5d732626231ff89",
"value": [
"uL3haLfAeE258Lt6E8sjtyqg",
"XN8Lb7veiE6w7qrEFuHMstnS"
]
}