Cards

Update/Add Custom Fields

Update the default values of custom fields related to a card or add new ones by label. All custom fields need to be provided, by not providing a custom field, the default value of that custom field will be removed, i.e. set to null. Updates of existing custom fields may happen via id or label. Adding new fields is only possible by providing a currently unused label. Note: the label needs to be unique per organization.

patch/cards/{cardId}/custom-fields

Path parameters

cardIdstring uuid required

The unique identifier of the card.

Request body

customFieldsCustomFields — unresolved $ref

Response

Accepted

idstring uuid required

The id of the custom field used on this card.

labelstring required

The label of the custom field used on this card.

defaultValuestring nullable

The default value of the custom field on this card. This default value will be copied to every transaction made with this card.

Changes