Update README.md
This commit is contained in:
parent
be1f6553a8
commit
c791982256
@ -63,21 +63,21 @@ http GET localhost:5000/api/v1/notice/{id}/comments
|
|||||||
### POST
|
### POST
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
http GET localhost:5000/api/v1/notice
|
http POST localhost:5000/api/v1/notice
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
http GET localhost:5000/api/v1/notice/{id}/comments
|
http POST localhost:5000/api/v1/notice/{id}/comments
|
||||||
```
|
```
|
||||||
|
|
||||||
### PATCH
|
### PATCH
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
http GET localhost:5000/api/v1/notice/{id}
|
http PATCH localhost:5000/api/v1/notice/{id}
|
||||||
```
|
```
|
||||||
|
|
||||||
### DELETE
|
### DELETE
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
http GET localhost:5000/api/v1/notice/{id}
|
http DELETE localhost:5000/api/v1/notice/{id}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user