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.
POST /v2/bot/audienceGroup/upload
(create_audience_group
)PUT /v2/bot/audienceGroup/upload
(add_audience_to_audience_group
)POST /v2/bot/audienceGroup/upload/byFile
(create_audience_for_uploading_userIds
)POST /v2/bot/audienceGroup/click
(create_click_based_audience_group
)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