From dc6ac391d714918d8c0b87581c967e6679eadd4b Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Thu, 29 Aug 2019 12:14:11 +0530 Subject: [PATCH] :pencil2: Updated methods list --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f02ae1aca..3c14dbeea 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,12 @@ When I wrote this, only God and I understood what I was doing. Now, only God kno **Methods:** - `GET` - Retrieve information about the REST API resource + - `HEAD` - Asks for a response identical to that of a GET request, but without the response body. - `POST` - Create a REST API resource - `PUT` - Update a REST API resource - `DELETE` - Delete a REST API resource or related component - - `OPTIONS` - Describe the communication options for the target resource. + - `OPTIONS` - Describe the communication options for the target resource + - `PATCH` - Applies partial modifications to a REST API resource _History entries are synced with local session storage_