Postmark · Schema

TemplatesPushModel

EmailsMessagingTransactional EmailDeliverabilitySMTP

Properties

Name Type Description
SourceServerId integer
DestinationServerId integer
PerformChanges boolean
View JSON Schema on GitHub

JSON Schema

postmark-templatespushmodel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TemplatesPushModel",
  "title": "TemplatesPushModel",
  "type": "object",
  "properties": {
    "SourceServerId": {
      "type": "integer"
    },
    "DestinationServerId": {
      "type": "integer"
    },
    "PerformChanges": {
      "type": "boolean"
    }
  },
  "description": ""
}