Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions methods/_patches/chat/chat.postEphemeral.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,19 @@
"args": [
"attachments",
"blocks",
"text"
"text",
"markdown_text"
],
"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.",
"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.",
"mutually_exclusive": false
},
{
"args": [
"text",
"markdown_text"
],
"desc": "Use either text or markdown_text, but not both.",
"mutually_exclusive": true
}
]
}
}
15 changes: 12 additions & 3 deletions methods/_patches/chat/chat.postMessage.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,19 @@
"args": [
"attachments",
"blocks",
"text"
"text",
"markdown_text"
],
"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.",
"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.",
"mutually_exclusive": false
},
{
"args": [
"text",
"markdown_text"
],
"desc": "Use either text or markdown_text, but not both.",
"mutually_exclusive": true
}
]
}
}
15 changes: 12 additions & 3 deletions methods/_patches/chat/chat.scheduleMessage.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,19 @@
"args": [
"attachments",
"blocks",
"text"
"text",
"markdown_text"
],
"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.",
"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.",
"mutually_exclusive": false
},
{
"args": [
"text",
"markdown_text"
],
"desc": "Use either text or markdown_text, but not both.",
"mutually_exclusive": true
}
]
}
}
15 changes: 12 additions & 3 deletions methods/_patches/chat/chat.update.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,19 @@
"args": [
"attachments",
"blocks",
"text"
"text",
"markdown_text"
],
"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.",
"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.",
"mutually_exclusive": false
},
{
"args": [
"text",
"markdown_text"
],
"desc": "Use either text or markdown_text, but not both.",
"mutually_exclusive": true
}
]
}
}
13 changes: 11 additions & 2 deletions methods/chat/chat.postEphemeral.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,19 @@
"args": [
"attachments",
"blocks",
"text"
"text",
"markdown_text"
],
"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.",
"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.",
"mutually_exclusive": false
},
{
"args": [
"text",
"markdown_text"
],
"desc": "Use either text or markdown_text, but not both.",
"mutually_exclusive": true
}
]
}
13 changes: 11 additions & 2 deletions methods/chat/chat.postMessage.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,19 @@
"args": [
"attachments",
"blocks",
"text"
"text",
"markdown_text"
],
"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.",
"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.",
"mutually_exclusive": false
},
{
"args": [
"text",
"markdown_text"
],
"desc": "Use either text or markdown_text, but not both.",
"mutually_exclusive": true
}
]
}
13 changes: 11 additions & 2 deletions methods/chat/chat.scheduleMessage.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,19 @@
"args": [
"attachments",
"blocks",
"text"
"text",
"markdown_text"
],
"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.",
"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.",
"mutually_exclusive": false
},
{
"args": [
"text",
"markdown_text"
],
"desc": "Use either text or markdown_text, but not both.",
"mutually_exclusive": true
}
]
}
13 changes: 11 additions & 2 deletions methods/chat/chat.update.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,19 @@
"args": [
"attachments",
"blocks",
"text"
"text",
"markdown_text"
],
"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.",
"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.",
"mutually_exclusive": false
},
{
"args": [
"text",
"markdown_text"
],
"desc": "Use either text or markdown_text, but not both.",
"mutually_exclusive": true
}
]
}