Skip to content

Commit

Permalink
Updated from Slack docs, 2024/10/24
Browse files Browse the repository at this point in the history
  • Loading branch information
Slack API Ref Buildbot committed Oct 24, 2024
1 parent b0587ef commit 858fd6e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion methods/chat/chat.postEphemeral.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"blocks",
"text"
],
"desc": "One of these arguments is required to describe the content of the message. If attachments or blocks are included, text will be used as fallback text for notifications only.",
"desc": "One of these arguments in addition to 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.",
"mutually_exclusive": false
}
],
Expand Down
2 changes: 1 addition & 1 deletion methods/chat/chat.postMessage.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"blocks",
"text"
],
"desc": "One of these arguments is required to describe the content of the message. If attachments or blocks are included, text will be used as fallback text for notifications only.",
"desc": "One of these arguments in addition to 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.",
"mutually_exclusive": false
}
],
Expand Down
2 changes: 1 addition & 1 deletion methods/chat/chat.scheduleMessage.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"blocks",
"text"
],
"desc": "If attachments or blocks are also included, text will be used as fallback text for notifications only.",
"desc": "One of these arguments in addition to 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.",
"mutually_exclusive": false
}
],
Expand Down
2 changes: 1 addition & 1 deletion methods/chat/chat.update.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"blocks",
"text"
],
"desc": "One of these arguments is required to describe the content of the message. If attachments or blocks are included, text will be used as fallback text for notifications only.",
"desc": "One of these arguments in addition to 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.",
"mutually_exclusive": false
}
],
Expand Down

0 comments on commit 858fd6e

Please sign in to comment.