Stytch · Schema

pwa_email_template_v3_SetDefaultRequest

Request type

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
template_id string
View JSON Schema on GitHub

JSON Schema

stytch-pwa-email-template-v3-setdefaultrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_email_template_v3_SetDefaultRequest",
  "title": "pwa_email_template_v3_SetDefaultRequest",
  "type": "object",
  "properties": {
    "template_id": {
      "type": "string"
    }
  },
  "description": "Request type",
  "required": [
    "template_id"
  ]
}