diff --git a/methods/assistant/assistant.threads.setSuggestedPrompts.json b/methods/assistant/assistant.threads.setSuggestedPrompts.json index f48254c2..9af3e96e 100644 --- a/methods/assistant/assistant.threads.setSuggestedPrompts.json +++ b/methods/assistant/assistant.threads.setSuggestedPrompts.json @@ -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" } }, diff --git a/methods/conversations/conversations.inviteShared.json b/methods/conversations/conversations.inviteShared.json index 9a80d076..f31672cf 100644 --- a/methods/conversations/conversations.inviteShared.json +++ b/methods/conversations/conversations.inviteShared.json @@ -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": { diff --git a/methods/files/files.completeUploadExternal.json b/methods/files/files.completeUploadExternal.json index 0694675d..3563dd98 100644 --- a/methods/files/files.completeUploadExternal.json +++ b/methods/files/files.completeUploadExternal.json @@ -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.",