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