File tree Expand file tree Collapse file tree 6 files changed +23
-9
lines changed Expand file tree Collapse file tree 6 files changed +23
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.3 .0"
2
+ "." : " 1.4 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
configured_endpoints : 89
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/knock%2Fknock-46f457b0a70074dc6b49569ab3c72a7aeedc111aabf2ffe84f64e5e2f386c14c .yml
3
- openapi_spec_hash : e0fe11d0ae0a6be4f9c052fa649b2a1a
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/knock%2Fknock-2c885f8f3762bcc577255242aa61b3ad890170497c865f664d8ab42c8872d97c .yml
3
+ openapi_spec_hash : e0f6dd3ae8329fa8b96d1ffdc937cbc9
4
4
config_hash : 2ae8965d371a03bd30c6a56819c04cf2
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.4.0 (2025-05-29)
4
+
5
+ Full Changelog: [ v1.3.0...v1.4.0] ( https://github.com/knocklabs/knock-python/compare/v1.3.0...v1.4.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** api update ([ 5a60edb] ( https://github.com/knocklabs/knock-python/commit/5a60edb537de411fb6384b6d77ad3a2cfa91dbc1 ) )
10
+
3
11
## 1.3.0 (2025-05-27)
4
12
5
13
Full Changelog: [ v1.2.0...v1.3.0] ( https://github.com/knocklabs/knock-python/compare/v1.2.0...v1.3.0 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " knockapi"
3
- version = " 1.3 .0"
3
+ version = " 1.4 .0"
4
4
description = " The official Python library for the knock API"
5
5
dynamic = [" readme" ]
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
3
3
__title__ = "knockapi"
4
- __version__ = "1.3 .0" # x-release-please-version
4
+ __version__ = "1.4 .0" # x-release-please-version
Original file line number Diff line number Diff line change @@ -701,8 +701,11 @@ def set_channel_data(
701
701
extra_body : Body | None = None ,
702
702
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
703
703
) -> ChannelData :
704
- """
705
- Updates or creates channel data for a specific user and channel ID.
704
+ """Updates or creates channel data for a specific user and channel ID.
705
+
706
+ If no user
707
+ exists in the current environment for the given `user_id`, Knock will create the
708
+ user entry as part of this request.
706
709
707
710
Args:
708
711
data: Channel data for a given channel type.
@@ -1456,8 +1459,11 @@ async def set_channel_data(
1456
1459
extra_body : Body | None = None ,
1457
1460
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
1458
1461
) -> ChannelData :
1459
- """
1460
- Updates or creates channel data for a specific user and channel ID.
1462
+ """Updates or creates channel data for a specific user and channel ID.
1463
+
1464
+ If no user
1465
+ exists in the current environment for the given `user_id`, Knock will create the
1466
+ user entry as part of this request.
1461
1467
1462
1468
Args:
1463
1469
data: Channel data for a given channel type.
You can’t perform that action at this time.
0 commit comments