From fd22c5969165fa16e98318ec145e9fb17bba91ed Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Wed, 12 Sep 2018 09:33:50 -0700 Subject: [PATCH] Updated API (markdown) --- API.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/API.md b/API.md index 5e274aa..1c37f87 100644 --- a/API.md +++ b/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`