From c66310597650aef8ac8c6b3d46a233a409aae42d Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Wed, 12 Sep 2018 09:29:24 -0700 Subject: [PATCH] Updated API (markdown) --- API.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/API.md b/API.md index e5eb83f..5e274aa 100644 --- a/API.md +++ b/API.md @@ -2,6 +2,11 @@ Statup includes a RESTFUL API so you can view, update, and edit your services wi ## Main Route `/api` -# `/api/services` Route +## All Services `/api/services` + +## Single Service `/api/services/{id}` + +## All Users `/api/users` + +## Single User `/api/users/{id}` -# `/api/services/{id}` Route \ No newline at end of file