Skip to content

Codes are generated by openapi generator #664

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 26, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 26, 2024

line/line-openapi#65

In the Messaging API, we've added the following values as conditions for filtering the age range of recipients in the demographic filter objects of narrowcast messages:

  • age_55
  • age_60
  • age_65
  • age_70

Until now, the upper limit was age_50, so it wasn't possible to filter ages over 50 in detail. By specifying the added age ranges, you can now filter recipients more flexibly than before.

For example, the following is a demographic filter object that filters by age 50 and older but less than 60:

{
  "type": "age",
  "gte": "age_50",
  "lt": "age_60"
}

news: https://developers.line.biz/en/news/2024/08/26/age-filter-subdivision/

@Yang-33 Yang-33 merged commit a2bf1b8 into master Aug 26, 2024
6 checks passed
@Yang-33 Yang-33 deleted the update-diff-20240826020926 branch November 6, 2024 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant