diff --git a/methods/_patches/chat/chat.postEphemeral.json b/methods/_patches/chat/chat.postEphemeral.json index 61161136..6862938a 100644 --- a/methods/_patches/chat/chat.postEphemeral.json +++ b/methods/_patches/chat/chat.postEphemeral.json @@ -16,6 +16,7 @@ "markdown_text" ], "desc": "Use either text or markdown_text, but not both.", + "required": false, "mutually_exclusive": true } ] diff --git a/methods/_patches/chat/chat.postMessage.json b/methods/_patches/chat/chat.postMessage.json index 61161136..6862938a 100644 --- a/methods/_patches/chat/chat.postMessage.json +++ b/methods/_patches/chat/chat.postMessage.json @@ -16,6 +16,7 @@ "markdown_text" ], "desc": "Use either text or markdown_text, but not both.", + "required": false, "mutually_exclusive": true } ] diff --git a/methods/_patches/chat/chat.scheduleMessage.json b/methods/_patches/chat/chat.scheduleMessage.json index 61161136..6862938a 100644 --- a/methods/_patches/chat/chat.scheduleMessage.json +++ b/methods/_patches/chat/chat.scheduleMessage.json @@ -16,6 +16,7 @@ "markdown_text" ], "desc": "Use either text or markdown_text, but not both.", + "required": false, "mutually_exclusive": true } ] diff --git a/methods/_patches/chat/chat.update.json b/methods/_patches/chat/chat.update.json index 61161136..6862938a 100644 --- a/methods/_patches/chat/chat.update.json +++ b/methods/_patches/chat/chat.update.json @@ -16,6 +16,7 @@ "markdown_text" ], "desc": "Use either text or markdown_text, but not both.", + "required": false, "mutually_exclusive": true } ] diff --git a/methods/chat/chat.postEphemeral.json b/methods/chat/chat.postEphemeral.json index 642bae1b..bd6fb6e5 100644 --- a/methods/chat/chat.postEphemeral.json +++ b/methods/chat/chat.postEphemeral.json @@ -158,6 +158,7 @@ "markdown_text" ], "desc": "Use either text or markdown_text, but not both.", + "required": false, "mutually_exclusive": true } ] diff --git a/methods/chat/chat.postMessage.json b/methods/chat/chat.postMessage.json index 2e75c4b0..81fb043a 100644 --- a/methods/chat/chat.postMessage.json +++ b/methods/chat/chat.postMessage.json @@ -208,6 +208,7 @@ "markdown_text" ], "desc": "Use either text or markdown_text, but not both.", + "required": false, "mutually_exclusive": true } ] diff --git a/methods/chat/chat.scheduleMessage.json b/methods/chat/chat.scheduleMessage.json index bcf55679..6c4381e2 100644 --- a/methods/chat/chat.scheduleMessage.json +++ b/methods/chat/chat.scheduleMessage.json @@ -168,6 +168,7 @@ "markdown_text" ], "desc": "Use either text or markdown_text, but not both.", + "required": false, "mutually_exclusive": true } ] diff --git a/methods/chat/chat.update.json b/methods/chat/chat.update.json index 38f49091..b4d8089c 100644 --- a/methods/chat/chat.update.json +++ b/methods/chat/chat.update.json @@ -183,6 +183,7 @@ "markdown_text" ], "desc": "Use either text or markdown_text, but not both.", + "required": false, "mutually_exclusive": true } ]