Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
spsp-vue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
SPSP
spsp-vue
Wiki
api
Changes
Page history
Wiki actions
New page
Templates
Clone repository
Update api
authored
Dec 3, 2019
by
Dillenn Terumalai
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
api.md
+4
-2
4 additions, 2 deletions
api.md
with
4 additions
and
2 deletions
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
This diff is collapsed.
Click to expand it.