From 1ddfd35d05277d0fb52029767442ca40be7b0ae1 Mon Sep 17 00:00:00 2001 From: "convoy-sdk-bot[bot]" <307218117+convoy-sdk-bot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 20:29:25 +0000 Subject: [PATCH] feat: regenerate API client from OpenAPI spec --- src/convoy/models/models_create_endpoint.py | 3 ++- src/convoy/models/models_update_endpoint.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/convoy/models/models_create_endpoint.py b/src/convoy/models/models_create_endpoint.py index 684a6ba..f53fb08 100644 --- a/src/convoy/models/models_create_endpoint.py +++ b/src/convoy/models/models_create_endpoint.py @@ -22,7 +22,8 @@ class ModelsCreateEndpoint: Attributes: advanced_signatures (bool | Unset): Convoy supports two [signature formats](https://getconvoy.io/docs/product- manual/signatures) - -- simple or advanced. If left unspecified, we default to false. + -- simple or advanced. Only applies to outgoing projects, where it defaults to true when omitted. Incoming + projects always use advanced signatures. app_id (str | Unset): Deprecated but necessary for backward compatibility authentication (ModelsEndpointAuthentication | Unset): content_type (str | Unset): Content type for the endpoint. Defaults to application/json if not specified. diff --git a/src/convoy/models/models_update_endpoint.py b/src/convoy/models/models_update_endpoint.py index f02ef92..175348b 100644 --- a/src/convoy/models/models_update_endpoint.py +++ b/src/convoy/models/models_update_endpoint.py @@ -22,7 +22,8 @@ class ModelsUpdateEndpoint: Attributes: advanced_signatures (bool | Unset): Convoy supports two [signature formats](https://getconvoy.io/docs/product- manual/signatures) - -- simple or advanced. If left unspecified, we default to false. + -- simple or advanced. Only applies to outgoing projects; omit it to keep the current value. Incoming projects + always use advanced signatures. authentication (ModelsEndpointAuthentication | Unset): content_type (str | Unset): Content type for the endpoint. Defaults to application/json if not specified. description (str | Unset): Human-readable description of the endpoint. Think of this as metadata describing