Skip to content
Merged
Show file tree
Hide file tree
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_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion src/convoy/models/models_update_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down