v9.6.0 Support API of Shared Audiences in Business Manager
What's Changed
Add /v2/bot/audienceGroup/shared path by @github-actions in #1160
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
- News Announcement: Shared Audience Feature Release
- API Reference:
- Documentation on Audience Sharing: Using Audience Sharing
For more information, please refer to the links provided above.
line-openapi updates
Dependency updates
- Update dependency @types/node to v22.10.9 by @renovate in #1146
- Update vitest monorepo to v3.0.4 by @renovate in #1147
- Update dependency @types/node to v22.10.10 by @renovate in #1148
- Update dependency @types/node to v22.12.0 by @renovate in #1151
- Update dependency @types/node to v22.13.0 by @renovate in #1152
- Update vitest monorepo to v3.0.5 by @renovate in #1153
- Update dependency @types/node to v22.13.1 by @renovate in #1154
- Update dependency io.pebbletemplates:pebble to v3.2.3 by @renovate in #1155
- Update dependency prettier to v3.5.0 by @renovate in #1157
- Update dependency typedoc to v0.27.7 by @renovate in #1158
- Update dependency typedoc-plugin-markdown to v4.4.2 by @renovate in #1159
Other Changes
Full Changelog: v9.5.3...v9.6.0
This release is prepared by @eucyt