github line/line-bot-sdk-python v3.16.2
v3.16.2 Fix response handling in audience group APIs

14 hours ago

What's Changed

  • Modify http status code as response for manage-audience by @github-actions in #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 line/line-openapi#87)

Other Changes

Full Changelog: v3.16.1...v3.16.2


This release is prepared by @Yang-33

Don't miss a new line-bot-sdk-python release

NewReleases is sending notifications on new releases.