mirror of https://github.com/statping/statping
Updated API (markdown)
parent
c663105976
commit
fd22c59691
8
API.md
8
API.md
|
@ -4,6 +4,14 @@ Statup includes a RESTFUL API so you can view, update, and edit your services wi
|
|||
|
||||
## All Services `/api/services`
|
||||
|
||||
#### Viewing Service
|
||||
- Endpoint: `/api/services/{id}`
|
||||
- Method: `GET`
|
||||
|
||||
#### Updating Service POST `/api/services/{id}`
|
||||
|
||||
#### Deleting Service DELETE `/api/services/{id}`
|
||||
|
||||
## Single Service `/api/services/{id}`
|
||||
|
||||
## All Users `/api/users`
|
||||
|
|
Loading…
Reference in New Issue