Skip to content

v9.5.0 Support API of Shared Audiences in Business Manager

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 09:50
· 98 commits to master since this release
aaeef1a

What's Changed

Add /v2/bot/audienceGroup/shared path by @github-actions in #1546

Shared Audiences in Business Manager API Support

We have added and supported new API endpoints related to Shared Audiences in Business Manager.

API to Get Shared Audience Information

You can obtain detailed information about a specific audience shared in Business Manager by calling the endpoint:

  • GET https://api.line.me/v2/bot/audienceGroup/shared/{audienceGroupId}

API to Get List of Shared Audiences

You can acquire a list of audiences shared in Business Manager using the following endpoint:

  • GET https://api.line.me/v2/bot/audienceGroup/shared/list

By using the "Get Shared Audience Information" endpoint, you can retrieve more detailed data about each audience.

Documents and Reference

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

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


line-openapi updates

  • chore(deps): update line-openapi digest to 5eeed11 by @renovate in #1544

Dependency updates

  • chore(deps): update dependency org.springframework.boot:spring-boot-gradle-plugin to v3.4.2 by @renovate in #1538
  • chore(deps): update dependency gradle to v8.12.1 by @renovate in #1539
  • chore(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.1.3 by @renovate in #1540
  • chore(deps): update kotlin monorepo to v2.1.10 by @renovate in #1541
  • fix(deps): update dependency org.wiremock:wiremock-standalone to v3.11.0 by @renovate in #1542
  • fix(deps): update dependency io.pebbletemplates:pebble to v3.2.3 by @renovate in #1543
  • chore(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.1.4 by @renovate in #1545

Full Changelog: v9.4.3...v9.5.0


This release is prepared by @eucyt