Name | Modified | Size | Downloads / 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
- Modify http status code as response for manage-audience by @github-actions in https://github.com/line/line-bot-sdk-python/pull/766
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
- Add test for get followers by @Yang-33 in https://github.com/line/line-bot-sdk-python/pull/765
Full Changelog: https://github.com/line/line-bot-sdk-python/compare/v3.16.1...v3.16.2
This release is prepared by @Yang-33