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 11{
2- "." : " 1.3 .0"
2+ "." : " 1.4 .0"
33}
Original file line number Diff line number Diff line change 11configured_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
44config_hash : 2ae8965d371a03bd30c6a56819c04cf2
Original file line number Diff line number Diff line change 11# Changelog
22
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+
311## 1.3.0 (2025-05-27)
412
513Full 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 11[project ]
22name = " knockapi"
3- version = " 1.3 .0"
3+ version = " 1.4 .0"
44description = " The official Python library for the knock API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__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(
701701 extra_body : Body | None = None ,
702702 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
703703 ) -> 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.
706709
707710 Args:
708711 data: Channel data for a given channel type.
@@ -1456,8 +1459,11 @@ async def set_channel_data(
14561459 extra_body : Body | None = None ,
14571460 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
14581461 ) -> 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.
14611467
14621468 Args:
14631469 data: Channel data for a given channel type.
You can’t perform that action at this time.
0 commit comments