From 415a22b1620ab83e8ee96f8addfa11a582003c54 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 11 Dec 2024 16:26:49 +0000 Subject: [PATCH] Update OpenAPI schemas --- core-api/core-api.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core-api/core-api.json b/core-api/core-api.json index 33dae1b..c31a7b5 100644 --- a/core-api/core-api.json +++ b/core-api/core-api.json @@ -3551,7 +3551,7 @@ }, "should_add_default_signature": { "type": "boolean", - "description": "Whether or not Front should try to resolve a signature for the message. Is ignored if signature_id is included. Default false;" + "description": "Whether or not Front should try to resolve a signature for the message. Is ignored if signature_id is included or if author_id is omitted. Default false;" } } }, @@ -3640,7 +3640,7 @@ }, "should_add_default_signature": { "type": "boolean", - "description": "Whether or not Front should try to resolve a signature for the message. Is ignored if signature_id is included. Default false;" + "description": "Whether or not Front should try to resolve a signature for the message. Is ignored if signature_id is included or if author_id is omitted. Default false;" } } },