Skip to content

Commit 4f1b799

Browse files
feat(api): api update
1 parent a6934b7 commit 4f1b799

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

.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-ba629bb393f43737dec9702d5610ac4b5696e58f58177d1d98f4f832c9553b76.yml
3-
openapi_spec_hash: abeac01a8a235ea114e466d4f06e70ad
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/knock%2Fknock-c15e6924891ae19a301d5e878d353bda7cf6aa486c13be9525fe9d4d06eb140f.yml
3+
openapi_spec_hash: 397a88d71e81d4339d41c151a61e12b9
44
config_hash: b4c547c1d4c8cd0834bc793ddf5388ee

src/knockapi/types/providers/slack_list_channels_params.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,20 @@ class QueryOptions(TypedDict, total=False):
2323
"""
2424

2525
exclude_archived: bool
26-
"""Set to true to exclude archived channels from the list."""
26+
"""Set to true to exclude archived channels from the list.
27+
28+
Defaults to `true` when not explicitly provided.
29+
"""
2730

2831
limit: int
29-
"""The maximum number of channels to return."""
32+
"""The maximum number of channels to return. Defaults to 200."""
3033

3134
team_id: str
3235
"""Encoded team ID (T1234) to list channels in, required if org token is used."""
3336

3437
types: str
3538
"""
3639
Mix and match channel types by providing a comma-separated list of any
37-
combination of public_channel, private_channel, mpim, im.
40+
combination of public_channel, private_channel, mpim, im. Defaults to
41+
`"public_channel,private_channel"`.
3842
"""

0 commit comments

Comments
 (0)