Skip to content

Commit

Permalink
Updated from Slack docs, 2024/10/17
Browse files Browse the repository at this point in the history
  • Loading branch information
Slack API Ref Buildbot committed Oct 17, 2024
1 parent db08756 commit d9a8a48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions methods/assistant/assistant.threads.setSuggestedPrompts.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
},
"title": {
"required": false,
"example": "Suggested Prompts",
"desc": "Title for the prompts. For example: Suggested Prompts, Related questions. This value is currently ignored by the Slack client.",
"desc": "Title for the prompts. For example: Suggested Prompts, Related questions.",
"type": "string"
}
},
Expand Down
2 changes: 1 addition & 1 deletion methods/conversations/conversations.inviteShared.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"external_limited": {
"required": false,
"example": "true",
"desc": "Optional boolean on whether invite is to a external limited member. Defaults to true.",
"desc": "Optional boolean on whether invite is to an external limited member. Defaults to true.",
"type": "boolean"
},
"user_ids": {
Expand Down
1 change: 1 addition & 0 deletions methods/files/files.completeUploadExternal.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"file_not_found": "Could not find the file from the upload ticket.",
"file_update_failed": "Failure occured when attempting to update the file.",
"invalid_channel": "Channel could not be found or channel specified is invalid.",
"not_in_channel": "User/bot membership is required for the specified channel.",
"posting_to_channel_denied": "User is not authorized to post to channel.",
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
"deprecated_endpoint": "The endpoint has been deprecated.",
Expand Down

0 comments on commit d9a8a48

Please sign in to comment.