Skip to content

Commit

Permalink
Updated from Slack docs, 2024/03/01
Browse files Browse the repository at this point in the history
  • Loading branch information
Slack API Ref Buildbot committed Mar 1, 2024
1 parent 54159f0 commit 2e910bc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion methods/conversations/conversations.leave.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"response": {
"examples": [
"{\n \"ok\": true\n}",
"{\n \"ok\": true,\n \"not_in_channel\": true\n}",
"{\n \"ok\": false,\n \"not_in_channel\": true\n}",
"{\n \"ok\": false,\n \"error\": \"cant_leave_general\"\n}"
]
},
Expand Down
2 changes: 1 addition & 1 deletion methods/reminders/reminders.add.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"time": {
"required": true,
"example": "1602288000",
"desc": "When this reminder should happen: the Unix timestamp (up to five years from now), the number of seconds until the reminder (if within 24 hours), or a natural language description (Ex. \"in 15 minutes,\" or \"every Thursday\").",
"desc": "Can also take a type of integer. When this reminder should happen: the Unix timestamp (up to five years from now), the number of seconds until the reminder (if within 24 hours), or a natural language description (Ex. \"in 15 minutes,\" or \"every Thursday\").",
"type": "string"
},
"recurrence": {
Expand Down
6 changes: 6 additions & 0 deletions methods/usergroups/usergroups.create.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
"desc": "A short description of the User Group.",
"type": "string"
},
"enable_section": {
"required": false,
"example": "true",
"desc": "Configure this usergroup to be a channel section.",
"type": "boolean"
},
"handle": {
"required": false,
"example": "marketing",
Expand Down
6 changes: 6 additions & 0 deletions methods/usergroups/usergroups.update.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
"desc": "A short description of the User Group.",
"type": "string"
},
"enable_section": {
"required": false,
"example": "true",
"desc": "Configure this usergroup to be a channel section.",
"type": "boolean"
},
"handle": {
"required": false,
"example": "marketing",
Expand Down

0 comments on commit 2e910bc

Please sign in to comment.