This project is archived. Its data is
read-only
.
Changes
Page history
Update api
authored
Dec 03, 2019
by
Dillenn Terumalai
Show whitespace changes
Inline
Side-by-side
api.md
View page @
1ee02892
...
...
@@ -3,5 +3,7 @@
| Resource | Method | URI | Params | Description | Middleware |
| ----- | ----- | ----- | ----- | ----- | ----- |
| notification |
**GET**
| users/notifications | - | Return the user's notifications | auth |
| notification |
**PATCH**
| notifications/{id}/update_status | { status:
VALID/INVALI
D } | Update notification's status | auth |
| notification |
**PATCH**
| notifications/{id}/update_status | { status:
READ/UNREA
D } | Update notification's status | auth |
| input_project |
**GET**
| users/input_projects | - | Return the user's notifications | auth |
| input_project / monitor_project |
**GET**
| projects/{id} | - | Return a specific project | auth |
| input_project |
**POST**
| projects/input_project/create | { title:
*string*
, description:
*string*
} | Create a new input_project | auth |
\ No newline at end of file