From 8e3585fe9bfce9bf5b03ee15ca4dc5bcd8153d9f Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Mon, 27 Jan 2020 10:38:37 -0500 Subject: [PATCH] Updated API readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 349dd2e..30ad44e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The API shall return a 200 for successful requests, with the JSON paylod. The API shall return a 400 for any endpoint not existent. -The API shall return a 401 for unauthenticated requests. +The API shall return a 401 for unauthenticated requests to endpoints requiring authentication. The API shall return a 403 for requests which are authenticated, but not permissible for the authenticated user. @@ -24,7 +24,7 @@ The API shall return a 501 for requests which exist in the spec, but have not be The API is a RESTful API, and the following URIs will be used: ``` -https:{hostname}/api/1/{action} +https://{hostname}/api/1/{action} ```