Skip to content

Commit d1d1c5c

Browse files
author
vigneshwaranc
committed
put and post text changed in http methods
1 parent 5c54d02 commit d1d1c5c

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
@@ -2433,9 +2433,9 @@ It is an architectural style as well as an approach for communications purposes
24332433
**HTTP methods**
24342434

24352435
* `GET` − Provides read-only access to a resource.
2436-
* `PUT`Creates a new resource.
2436+
* `PUT`Updates an existing resource or creates a new resource.
24372437
* `DELETE` − Removes a resource.
2438-
* `POST`Updates an existing resource or creates a new resource.
2438+
* `POST`Creates a new resource.
24392439
* `PATCH`− Update/modify a resource
24402440

24412441
**Principles of REST**

0 commit comments

Comments
 (0)