From 757d02f09081ce1fef5f954a3247fb4749892884 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 20 May 2023 18:01:26 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eapi/README.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/README.md b/api/README.md index eded595..d1f89cc 100644 --- a/api/README.md +++ b/api/README.md @@ -1,7 +1,7 @@ -# VideoAPI +# SearchAPI ## Search -`GET /api/?param=value` +`GET /api/search/?param=value` ### Parameters | Param | Value | @@ -21,4 +21,4 @@ ``` ### Examples -> `GET /api/?q=foo&limit=3` will return the first 3 videos with "foo" in their name. +> `GET /api/search/?q=foo&limit=3` will return the first 3 videos with "foo" in their name. \ No newline at end of file