Skip to content

Commit

Permalink
Updated from Slack docs, 2024/11/27
Browse files Browse the repository at this point in the history
  • Loading branch information
Slack API Ref Buildbot committed Nov 27, 2024
1 parent 62939e0 commit 11f8ba5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions methods/bookmarks/bookmarks.add.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"desc": "Type of the bookmark i.e link.",
"type": "string"
},
"access_level": {
"required": false,
"desc": "The level that we are setting the file's permission to (read or write).",
"type": "enum"
},
"emoji": {
"required": false,
"desc": "Emoji tag to apply to the link.",
Expand Down
2 changes: 1 addition & 1 deletion methods/canvases/canvases.access.set.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"args": {
"access_level": {
"required": true,
"desc": "Desired level of access (e.g. read, write)."
"desc": "Desired level of access (e.g. read, write, owner)."
},
"canvas_id": {
"required": true,
Expand Down

0 comments on commit 11f8ba5

Please sign in to comment.