docs: edit api-changes.md
This commit is contained in:
parent
dc53447fa3
commit
b9e88ce490
1 changed files with 5 additions and 4 deletions
|
@ -4,10 +4,11 @@ Breaking changes are indicated by the :warning: icon.
|
|||
|
||||
## Unreleased
|
||||
|
||||
- New optional parameters are added to `notes/renotes` endpoint:
|
||||
- `filter`
|
||||
|
||||
- Removed unused optional parameters for `notes/reactions` endpoint:
|
||||
- Added `filter` optional parameter to `notes/renotes` endpoint to filter the types of renotes. It can take the following values:
|
||||
- `all` (default)
|
||||
- `renote`
|
||||
- `quote`
|
||||
- :warning: Removed the following optional parameters in `notes/reactions`, as they were not taken into account due to a bug:
|
||||
- `sinceId`
|
||||
- `untilId`
|
||||
|
||||
|
|
Loading…
Reference in a new issue