Alias Updated Event (v1)

Event indicating a card alias has been updated

Architecture

Schema

Message Schema

5 properties

Base type for all events in the system

id string
required

Unique identifier for the message, typically a UUID

cardId string
required

Identifier of the card whose alias was updated

alias string
required

The new alias assigned to the card

userId string
required

Identifier of the user who owns the card

actionUserId string

Identifier of the user who performed the alias update, if different from the owner