Skip to content

Commit a3d0269

Browse files
committed
Adjust description wording for clarity
1 parent d31f9a8 commit a3d0269

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

methods/_patches/chat/chat.postEphemeral.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"text",
88
"markdown_text"
99
],
10-
"desc": "One of these arguments in addition to text (unless markdown_text is provided) is required to describe the content of the message. When attachments or blocks are included, text will be used as fallback text for notifications only.",
10+
"desc": "One of these arguments in addition either text or markdown_text is required to describe the content of the message. When attachments or blocks are included, text will be used as fallback text for notifications only.",
1111
"mutually_exclusive": false
1212
},
1313
{

methods/_patches/chat/chat.postMessage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"text",
88
"markdown_text"
99
],
10-
"desc": "One of these arguments in addition to text (unless markdown_text is provided) is required to describe the content of the message. When attachments or blocks are included, text will be used as fallback text for notifications only.",
10+
"desc": "One of these arguments in addition either text or markdown_text is required to describe the content of the message. When attachments or blocks are included, text will be used as fallback text for notifications only.",
1111
"mutually_exclusive": false
1212
},
1313
{

methods/_patches/chat/chat.scheduleMessage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"text",
88
"markdown_text"
99
],
10-
"desc": "One of these arguments in addition to text is required (unless markdown_text is provided) to describe the content of the message. When attachments or blocks are included, text will be used as fallback text for notifications only.",
10+
"desc": "One of these arguments in addition either text or markdown_text is required to describe the content of the message. When attachments or blocks are included, text will be used as fallback text for notifications only.",
1111
"mutually_exclusive": false
1212
},
1313
{

methods/_patches/chat/chat.update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"text",
88
"markdown_text"
99
],
10-
"desc": "One of these arguments in addition to text (unless markdown_text is provided) is required to describe the content of the message. When attachments or blocks are included, text will be used as fallback text for notifications only.",
10+
"desc": "One of these arguments in addition either text or markdown_text is required to describe the content of the message. When attachments or blocks are included, text will be used as fallback text for notifications only.",
1111
"mutually_exclusive": false
1212
},
1313
{

0 commit comments

Comments
 (0)