From e47c0f93152118391bcbd239cd5f6d019e822806 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Sat, 2 Dec 2023 18:58:17 -1000 Subject: [PATCH] chore: Document new search API route --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f531dae2..6dd8cb1d 100644 --- a/README.md +++ b/README.md @@ -270,6 +270,7 @@ Tests needed but completed: - `/api/v1/favourites` - `/api/v1/accounts/:id/followers` - `/api/v1/accounts/:id/following` +- `/api/v2/search` Endpoints left: @@ -322,7 +323,6 @@ Endpoints left: - `/api/v1/notifications/:id` - `/api/v1/notifications/clear` - `/api/v1/notifications/:id/dismiss` -- `/api/v2/search` - `/api/v2/instance` - `/api/v1/instance/peers` - `/api/v1/instance/activity`