Skip to content

Commit

Permalink
Updated from Slack docs, 2023/05/05
Browse files Browse the repository at this point in the history
  • Loading branch information
Slack API Ref Buildbot committed May 5, 2023
1 parent 977dad5 commit d0b2989
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions methods/admin/admin.apps.approved.list.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"deprecated": false,
"desc": "List approved apps for an org or workspace.",
"args": {
"certified": {
"required": false,
"example": "",
"desc": "Only return certified apps when true, return only non-certified apps when false.",
"type": "boolean"
},
"cursor": {
"required": false,
"example": "5c3e53d5",
Expand Down
6 changes: 6 additions & 0 deletions methods/admin/admin.apps.restricted.list.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"deprecated": false,
"desc": "List restricted apps for an org or workspace.",
"args": {
"certified": {
"required": false,
"example": "",
"desc": "Only return certified apps when true, return only non-certified apps when false.",
"type": "boolean"
},
"cursor": {
"required": false,
"example": "5c3e53d5",
Expand Down

0 comments on commit d0b2989

Please sign in to comment.