Update an existing event type's description, schema, feature flags, or archive status. Use this to modify event type configuration. The event type must already exist - use List Event Types or Get Event Type to find valid event type names.
schemasobjectOptional mapping of schema versions to JSON Schema definitions. Keys are version strings (e.g., '1'), values are JSON Schema objects.
archivedbooleanWhether the event type should be marked as archived. Set to true to archive, false to unarchive.
descriptionRequiredstringHuman-readable description of the event type. Required for update.
feature_flagstringOptional single feature-flag key to associate with the event type.
event_type_nameRequiredstringThe name of the event type to update (e.g., 'user.created', 'order.completed'). Event type names typically use dot-notation to represent hierarchical categories.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.