Skip to content

v9.9.0 Add includesOwnedAudienceGroups Parameter to Audience API

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Apr 07:56
· 91 commits to master since this release
610e47e

What's Changed

  • Add includesOwnedAudienceGroups Parameter to Audience API by @github-actions in #1247

Enhancement to Shared Audiences API

Support a new query parameter includesOwnedAudienceGroups to the client.getSharedAudienceGroups (GET /v2/bot/audienceGroup/shared/list). This enhancement allows users to specify whether to include audience groups owned by the user in the response. It is especially useful for users who manage both shared and owned audience groups.

Specifications

  • Added the includesOwnedAudienceGroups parameter to the API endpoint.
    • Type: Boolean
    • Default: false
    • Description:
      • true: Include audience groups owned by the LINE Official Account Manager.
      • false: Respond only with audience groups shared by Business Manager.

Remove deprecated API

  • Removed the /v2/bot/audienceGroup/{audienceGroupId}/activate and /v2/bot/audienceGroup/authorityLevel endpoints.

Documents and Reference

For more information, please refer to the links provided above.

(original PR is line/line-openapi#105)

line-openapi updates

  • Add type as required property in source object of webhook by @github-actions in #1235
  • Update line-openapi digest to 31fa3c7 by @renovate in #1234

Dependency updates

Other Changes

Full Changelog: v9.8.0...v9.9.0


This release is prepared by @eucyt