From ea689013cb6816b08d176c2e47bb7292a6d81490 Mon Sep 17 00:00:00 2001 From: "convoy-sdk-bot[bot]" <307218117+convoy-sdk-bot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 20:02:34 +0000 Subject: [PATCH] feat: regenerate API client from OpenAPI spec --- src/convoy/models/models_create_event.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/convoy/models/models_create_event.py b/src/convoy/models/models_create_event.py index 83e299b..47a2ca2 100644 --- a/src/convoy/models/models_create_event.py +++ b/src/convoy/models/models_create_event.py @@ -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 """