Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
picsouds committed Aug 14, 2020
1 parent 503710d commit 804280e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -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.

0 comments on commit 804280e

Please sign in to comment.