v1
latestOpenAPI 3.1.02026-07-24180245513.9 KBCustom Fields
Update custom field
Update the name of a custom field or the name of its values.
post/custom_fields/{id}
Path parameters
idstring required
The ID of the custom field.
Request body
Response
200
Example response
{
"key": "customer_country",
"name": "Customer country",
"type": "select",
"object_types": [
"payment_order",
"external_account"
],
"values": [
{
"key": "fr",
"name": "France"
},
{
"key": "uk",
"name": "United-Kingdom"
}
],
"created_at": "2024-01-03T11:53:19.734182Z"
}