Kit · Schema

Update a custom field Request

Email MarketingCreator EconomySubscribersAutomationNewslettersSequencesFormsBroadcasts

Properties

Name Type Description
label string
View JSON Schema on GitHub

JSON Schema

update_a_custom_field_request.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/convertkit/main/json-schema/update_a_custom_field_request.json",
  "title": "Update a custom field Request",
  "x-tag": "Custom Fields",
  "type": "object",
  "properties": {
    "label": {
      "type": "string"
    }
  },
  "required": [
    "label"
  ]
}