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
Original file line numberDiff line numberDiff line change
Expand Up@@ -127,7 +127,7 @@ public ModelsCreateEndpoint advancedSignatures(@jakarta.annotation.Nullable Bool
}

/**
* Convoy supports two [signature formats](https://getconvoy.io/docs/product-manual/signatures) -- simple or advanced. If left unspecified, we default to false.
* Convoy supports two [signature formats](https://getconvoy.io/docs/product-manual/signatures) -- simple or advanced. Only applies to outgoing projects, where it defaults to true when omitted. Incoming projects always use advanced signatures.
* @return advancedSignatures
*/
@jakarta.annotation.Nullable
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -122,7 +122,7 @@ public ModelsUpdateEndpoint advancedSignatures(@jakarta.annotation.Nullable Bool
}

/**
* Convoy supports two [signature formats](https://getconvoy.io/docs/product-manual/signatures) -- simple or advanced. If left unspecified, we default to false.
* Convoy supports two [signature formats](https://getconvoy.io/docs/product-manual/signatures) -- simple or advanced. Only applies to outgoing projects; omit it to keep the current value. Incoming projects always use advanced signatures.
* @return advancedSignatures
*/
@jakarta.annotation.Nullable
Expand Down
Loading