Kit · Schema

Update colors Request

Email MarketingCreator EconomySubscribersAutomationNewslettersSequencesFormsBroadcasts

Properties

Name Type Description
colors array An array of up to 10 color hex codes
View JSON Schema on GitHub

JSON Schema

update_colors_request.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/convertkit/main/json-schema/update_colors_request.json",
  "title": "Update colors Request",
  "x-tag": "Accounts",
  "type": "object",
  "properties": {
    "colors": {
      "type": "array",
      "description": "An array of up to 10 color hex codes",
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "colors"
  ]
}