Skip to content

Commit a760378

Browse files
authored
Merge branch 'learning-zone:master' into master
2 parents f5375b2 + 1b8ece3 commit a760378

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2436,9 +2436,9 @@ It is an architectural style as well as an approach for communications purposes
24362436
**HTTP methods**
24372437

24382438
* `GET` − Provides read-only access to a resource.
2439-
* `PUT`Creates a new resource.
2439+
* `PUT`Updates an existing resource or creates a new resource.
24402440
* `DELETE` − Removes a resource.
2441-
* `POST`Updates an existing resource or creates a new resource.
2441+
* `POST`Creates a new resource.
24422442
* `PATCH`− Update/modify a resource
24432443

24442444
**Principles of REST**

0 commit comments

Comments
 (0)