summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2021-03-02 20:49:17 +0400
committerEgor Kislitsyn <egor@kislitsyn.com>2021-03-02 20:49:17 +0400
commit3aae5231b2c8f669eadba9228cece254349dd2aa (patch)
tree9b62a18d36efac41313199c49bb25b9b06b04839 /CHANGELOG.md
parent4cb166e979ea66a1c79995dacacbcf44fbf7365f (diff)
Add OpenAPI spec for AdminAPI.UserController
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 812816f48..78f21e69f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -64,6 +64,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
<details>
<summary>API Changes</summary>
- Admin API: (`GET /api/pleroma/admin/users`) filter users by `unconfirmed` status and `actor_type`.
+- Admin API: OpenAPI spec for the user-related operations
- Pleroma API: `GET /api/v2/pleroma/chats` added. It is exactly like `GET /api/v1/pleroma/chats` except supports pagination.
- Pleroma API: Add `idempotency_key` to the chat message entity that can be used for optimistic message sending.
- Pleroma API: (`GET /api/v1/pleroma/federation_status`) Add a way to get a list of unreachable instances.