Skip to content

Commit ba29103

Browse files
committed
Add _patches, rename _undocumented, unsort args.
1 parent d5786f8 commit ba29103

20 files changed

Lines changed: 123 additions & 4 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ This is a maintained, machine-readable version of the Slack API Docs, generated
1414

1515
[Known undocumented methods and groups](https://github.com/ErikKalkoken/slackApiDoc) have been added manually.
1616

17-
* [methods](methods/undocumented): Undocumented methods.
18-
* [groups](groups/undocumented): Undocumented groups.
17+
* [methods](methods/_undocumented): Undocumented methods.
18+
* [groups](groups/_undocumented): Undocumented groups.
1919

2020
### It needs an update!
2121

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"arg_groups": [
3+
{
4+
"args": [
5+
"user_id"
6+
],
7+
"desc": "Exactly one of these arguments is required to identify the session that is to be invalidated, user_id is preferred and team_id will be deprecated and eventually removed on January 15, 2025.",
8+
"mutually_exclusive": true
9+
}
10+
]
11+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"arg_groups": [
3+
{
4+
"args": [
5+
"attachments",
6+
"blocks",
7+
"text"
8+
],
9+
"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.",
10+
"mutually_exclusive": false
11+
}
12+
]
13+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"arg_groups": [
3+
{
4+
"args": [
5+
"attachments",
6+
"blocks",
7+
"text"
8+
],
9+
"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.",
10+
"mutually_exclusive": false
11+
}
12+
]
13+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"arg_groups": [
3+
{
4+
"args": [
5+
"attachments",
6+
"blocks",
7+
"text"
8+
],
9+
"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.",
10+
"mutually_exclusive": false
11+
}
12+
]
13+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"arg_groups": [
3+
{
4+
"args": [
5+
"attachments",
6+
"blocks",
7+
"text"
8+
],
9+
"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.",
10+
"mutually_exclusive": false
11+
}
12+
]
13+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"arg_groups": [
3+
{
4+
"args": [
5+
"permission_type"
6+
],
7+
"desc": ".",
8+
"mutually_exclusive": true
9+
}
10+
]
11+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"arg_groups": [
3+
{
4+
"args": [
5+
"trigger_id",
6+
"interactivity_pointer"
7+
],
8+
"desc": "One of these arguments is required to open a view for a user.",
9+
"mutually_exclusive": true
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)