brevo · Schema

CreateTemplateResponse

Properties

Name Type Description
id integer Unique identifier of the newly created template.
View JSON Schema on GitHub

JSON Schema

brevo-createtemplateresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateTemplateResponse",
  "title": "CreateTemplateResponse",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "format": "int64",
      "description": "Unique identifier of the newly created template."
    }
  }
}