Skip to content

Commit acaccf6

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2025/08/11
1 parent 21ac84a commit acaccf6

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

methods/assistant/assistant.search.context.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,18 @@
6868
"example": "20",
6969
"desc": "Number of results to return, up to a max of 20. Defaults to 20.",
7070
"type": "integer"
71+
},
72+
"sort": {
73+
"required": false,
74+
"example": "score",
75+
"desc": "The field to sort the results by. Defaults to score. Can be one of: score, timestamp.",
76+
"type": "enum"
77+
},
78+
"sort_dir": {
79+
"required": false,
80+
"example": "desc",
81+
"desc": "The direction to sort the results by. Defaults to desc.",
82+
"type": "enum"
7183
}
7284
},
7385
"response": {

methods/conversations/conversations.history.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
]
5757
},
5858
"errors": {
59+
"channel_is_limited_access": "The user has no access to the channel. This is only applicable to private Salesforce record channels.",
5960
"channel_not_found": "Value passed for channel was invalid.",
6061
"invalid_cursor": "Value passed for cursor was not valid or is no longer valid.",
6162
"invalid_metadata_filter_keys": "Value passed for metadata_keys_to_include was invalid. Must be valid json array of strings.",

0 commit comments

Comments
 (0)