Download Latest Version v3.17.1 Fix type of CreateAudienceGroupResponse#expireTimestamp source code.tar.gz (24.3 MB)
Email in envelope

Get an email when there's a new version of LINE Messaging API SDK for Python

Home / v3.16.2
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-03-10 1.4 kB
v3.16.2 Fix response handling in audience group APIs source code.tar.gz 2025-03-10 24.3 MB
v3.16.2 Fix response handling in audience group APIs source code.zip 2025-03-10 24.9 MB
Totals: 3 Items   49.3 MB 2

What's Changed

This change modifies the HTTP status code for the following audience group-related endpoints, as they were incorrect. Some http status codes are wrong. They should be 202, not 200. 1. POST /v2/bot/audienceGroup/upload (create_audience_group) 2. PUT /v2/bot/audienceGroup/upload (add_audience_to_audience_group) 3. POST /v2/bot/audienceGroup/upload/byFile (create_audience_for_uploading_userIds) 4. POST /v2/bot/audienceGroup/click (create_click_based_audience_group) 5. POST /v2/bot/audienceGroup/imp (create_imp_based_audience_group)

NOTE: This change is not a modification of the messaging API itself. It is simply a correction of an error in sdk.

(original PR is https://github.com/line/line-openapi/pull/87)

Other Changes

Full Changelog: https://github.com/line/line-bot-sdk-python/compare/v3.16.1...v3.16.2


This release is prepared by @Yang-33

Source: README.md, updated 2025-03-10