mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
chore: Document new search API route
This commit is contained in:
parent
e3f5b494cd
commit
e47c0f9315
|
|
@ -270,6 +270,7 @@ Tests needed but completed:
|
||||||
- `/api/v1/favourites`
|
- `/api/v1/favourites`
|
||||||
- `/api/v1/accounts/:id/followers`
|
- `/api/v1/accounts/:id/followers`
|
||||||
- `/api/v1/accounts/:id/following`
|
- `/api/v1/accounts/:id/following`
|
||||||
|
- `/api/v2/search`
|
||||||
|
|
||||||
Endpoints left:
|
Endpoints left:
|
||||||
|
|
||||||
|
|
@ -322,7 +323,6 @@ Endpoints left:
|
||||||
- `/api/v1/notifications/:id`
|
- `/api/v1/notifications/:id`
|
||||||
- `/api/v1/notifications/clear`
|
- `/api/v1/notifications/clear`
|
||||||
- `/api/v1/notifications/:id/dismiss`
|
- `/api/v1/notifications/:id/dismiss`
|
||||||
- `/api/v2/search`
|
|
||||||
- `/api/v2/instance`
|
- `/api/v2/instance`
|
||||||
- `/api/v1/instance/peers`
|
- `/api/v1/instance/peers`
|
||||||
- `/api/v1/instance/activity`
|
- `/api/v1/instance/activity`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue