From 804280ec9e7498b453d75cb55afdbec4734810f8 Mon Sep 17 00:00:00 2001 From: picsouds Date: Fri, 14 Aug 2020 10:45:38 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 858567b..c1ba4c0 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,11 @@ Play with API * Open http://127.0.0.1:5000/swagger-ui in your favorit browser * /auth * Get un JWT token for the protected endpoint -* /authors a valid JWT token for POST / PUT / DELETE +* /authors with a valid JWT token for POST / PUT / DELETE * PUT (need a valid etag in the If-Match HTTP request header) * DELETE (need a valid etag and delete cascade books) * /books with a valid JWT token for POST / PUT / DELETE * PUT (need a valid etag in the If-Match HTTP request header) + * DELETE (need a valid etag) Have Fun.