tools.ozone.communication.updateTemplate

ozone-lexicons.bsky.social

{
  "id": "tools.ozone.communication.updateTemplate",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "id"
          ],
          "properties": {
            "id": {
              "type": "string",
              "description": "ID of the template to be updated."
            },
            "lang": {
              "type": "string",
              "format": "language",
              "description": "Message language."
            },
            "name": {
              "type": "string",
              "description": "Name of the template."
            },
            "subject": {
              "type": "string",
              "description": "Subject of the message, used in emails."
            },
            "disabled": {
              "type": "boolean"
            },
            "updatedBy": {
              "type": "string",
              "format": "did",
              "description": "DID of the user who is updating the template."
            },
            "contentMarkdown": {
              "type": "string",
              "description": "Content of the template, markdown supported, can contain variable placeholders."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "DuplicateTemplateName"
        }
      ],
      "output": {
        "schema": {
          "ref": "tools.ozone.communication.defs#templateView",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "description": "Administrative action to update an existing communication template. Allows passing partial fields to patch specific fields only."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against tools.ozone.communication.updateTemplate

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:33dt5kftu3jq2h5h4jjlqezt
CID
bafyreifaptsxxt3tgcrcmmioizqbdrkrzdpn5uge6ktxdt2kw6rvesgv44
Indexed At
2026-01-09 12:47 UTC
AT-URI
at://did:plc:33dt5kftu3jq2h5h4jjlqezt/com.atproto.lexicon.schema/tools.ozone.communication.updateTemplate

Referenced Schemas (1)

Lexicon Garden

@