From cdc3b5181a709bbbfb492b0546d5f03cc26978ff Mon Sep 17 00:00:00 2001 From: Lhcfl <Lhcfl@outlook.com> Date: Sun, 21 Apr 2024 11:24:41 +0800 Subject: [PATCH] Update api-change.md --- docs/api-change.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/api-change.md b/docs/api-change.md index f3ed584c32..79c9b39e52 100644 --- a/docs/api-change.md +++ b/docs/api-change.md @@ -2,6 +2,15 @@ Breaking changes are indicated by the :warning: icon. +## Unreleased + +- New optional parameters are added to `notes/renotes` endpoint: + - `filter`: `"boost"` for boosts only, `"quote"` for quotes only, `null`(default) for both + +- Removed unused optional parameters for `notes/reactions` endpoint: + - `sinceId` + - `untilId` + ## v20240413 - :warning: Removed `patrons` endpoint.