Skip to content

Commit b9f028b

Browse files
feat(api): api update
1 parent e71a7c5 commit b9f028b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 89
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/knock%2Fknock-6ac9077f8a80b6cf7200ec93ebfa413921e1abefc77ecf3b2607b2c11428d22e.yml
3-
openapi_spec_hash: a2ca4082e30ba2cc730df89bbbc8a55b
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/knock%2Fknock-ecf14612efa2806c27ac588bdc79edfc6a44c6daa7c8b1e31bb97c9e3e142416.yml
3+
openapi_spec_hash: 0424951e64ed45155da911e99836964f
44
config_hash: b4c547c1d4c8cd0834bc793ddf5388ee

src/knockapi/types/providers/slack_list_channels_params.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ class QueryOptions(TypedDict, total=False):
3838
"""
3939
Mix and match channel types by providing a comma-separated list of any
4040
combination of public_channel, private_channel, mpim, im. Defaults to
41-
`"public_channel,private_channel"`.
41+
`"public_channel,private_channel"`. If the user's Slack ID is unavailable, this
42+
option is ignored and only public channels are returned.
4243
"""

0 commit comments

Comments
 (0)