From 27f7ad2348dbf88f3d89b0f4d7bd3388298cfdf4 Mon Sep 17 00:00:00 2001 From: Carlos Agullo Date: Sun, 29 Mar 2020 01:02:56 -0400 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 639116a..8f3c3ba 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ ALLOWED` - If the request is fine, the response should contain the message passed in the request. -#### /setbanner endpoint +#### /set_banner endpoint The `/setbanner` endpoint should accept a `POST` request with a single parameter `banner` in the `POST` body. - The request should be authenticated with a PIN code set in the headers. The correct pin is `3344` and header name is `admin-auth` - If authentication fails it should return: `403 METHOD NOT ALLOWED`