Skip to content

Commit

Permalink
Update OpenAPI schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 11, 2024
1 parent b835e50 commit 415a22b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core-api/core-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -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;"
}
}
},
Expand Down Expand Up @@ -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;"
}
}
},
Expand Down

0 comments on commit 415a22b

Please sign in to comment.