Update README.md

This commit is contained in:
Andros Fenollosa 2018-02-12 22:37:03 +01:00 committed by GitHub
parent be1f6553a8
commit c791982256
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}
``` ```