Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Agullo committed Mar 29, 2020
1 parent 27f7ad2 commit 1d23103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ALLOWED`
request.

#### /set_banner endpoint
The `/setbanner` endpoint should accept a `POST` request with a single parameter `banner` in the `POST` body.
The `/set_banner` 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`
- If the request is right, response should be empty.
Expand Down

0 comments on commit 1d23103

Please sign in to comment.