Skip to content

v10.2.1 Fix response handling in audience group APIs

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 02:24
· 2 commits to master since this release
5a8a5b3

What's Changed

  • Modify http status code as response for manage-audience by @github-actions in #665

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 (createAudienceGroup)
  2. PUT /v2/bot/audienceGroup/upload (addAudienceToAudienceGroup)
  3. POST /v2/bot/audienceGroup/upload/byFile (createAudienceForUploadingUserIds)
  4. POST /v2/bot/audienceGroup/click (createClickBasedAudienceGroup)
  5. POST /v2/bot/audienceGroup/imp (createImpBasedAudienceGroup)

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)

Full Changelog: v10.2.0...v10.2.1


This release is prepared by @Yang-33