brevo · Schema

UpdateContactList

Properties

Name Type Description
name string Updated name for the list.
folderId integer Updated folder assignment.
View JSON Schema on GitHub

JSON Schema

brevo-updatecontactlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateContactList",
  "title": "UpdateContactList",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Updated name for the list."
    },
    "folderId": {
      "type": "integer",
      "format": "int64",
      "description": "Updated folder assignment."
    }
  }
}