From f8871f926c62d9ff65d72ca6640ca1774f2b3af6 Mon Sep 17 00:00:00 2001 From: aewens Date: Thu, 30 Jan 2020 13:10:22 -0500 Subject: [PATCH] Matching documentation with the "1" to "v1" change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa6feb0..4f1f5f0 100644 --- a/README.md +++ b/README.md @@ -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/v1/{action} ```