From b85b617c82f35924483db96c2777c9f1f31aaea4 Mon Sep 17 00:00:00 2001
From: Jim Rigsbee <jrigsbee@redhat.com>
Date: Wed, 19 Feb 2020 20:41:25 +0100
Subject: [PATCH] Moved to Red Hat Training repo

---
 README.md |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 0d8556b..262c1b7 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,9 @@
-# provisioner-api
-Status reporting API for provisioning classrooms
+# Sample API for report application status via JSON document 
+
+This API has two endpoints:
+
+* healthz
+  returns 200 and json string indicating health of API
+* status
+  returns 200 + json doc if it can find a given JSON document
+  returns 404 if it cannot find the document

--
Gitblit v1.9.3