Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/convoy/models/models_create_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ class ModelsCreateEvent:
data (ModelsCreateEventDataType0 | None | Unset): Data is an arbitrary JSON value that gets sent as the body of
the
webhook to the endpoints
endpoint_id (str | Unset): Specifies the endpoint to send this event to.
endpoint_id (str | Unset): Specifies the endpoint to send this event to. Required unless the
deprecated app_id is provided.
event_type (str | Unset): Event Type is used for filtering and debugging e.g invoice.paid
idempotency_key (str | Unset): Specify a key for event deduplication
"""
Expand Down