diff --git a/tubearchivist/api/README.md b/tubearchivist/api/README.md index 615559a..1cb4cf9 100644 --- a/tubearchivist/api/README.md +++ b/tubearchivist/api/README.md @@ -33,6 +33,7 @@ Note: - [Login](#login-view) - [Task](#task-view) WIP - [Cookie](#cookie-view) +- [Search](#search-view) - [Ping](#ping-view) ## Authentication @@ -292,6 +293,11 @@ Or returns status code 400 on failure: } ``` +## Search View +GET /api/search/?query=\ + +Returns search results from your query. + ## Ping View Validate your connection with the API GET /api/ping