aboutsummaryrefslogtreecommitdiff
path: root/example/lazybones-test-docs.md
diff options
context:
space:
mode:
Diffstat (limited to 'example/lazybones-test-docs.md')
-rw-r--r--example/lazybones-test-docs.md16
1 files changed, 5 insertions, 11 deletions
diff --git a/example/lazybones-test-docs.md b/example/lazybones-test-docs.md
index ab153a0..281b98c 100644
--- a/example/lazybones-test-docs.md
+++ b/example/lazybones-test-docs.md
@@ -9,8 +9,6 @@ Just an API that defines some endpoints. These
### POST /crapshoot
*text/plain*
-
-
Authorization Required:
> Randomly decides that the request is authorized
@@ -22,11 +20,6 @@ Echos back 'You made it' if the request was authorized
### POST /hello/:who:
*text/plain*
-Route Variables:
-
-- WHO
-
-
Authorization Required:
> Request is authorized if it contains the right TESTAPPSESSION
@@ -34,6 +27,11 @@ Authorization Required:
+Route Variables:
+
+- WHO
+
+
Echo's back 'Hello WHO, I got your message BODY' where BODY is the post body.
### GET /hello/:who:
@@ -49,8 +47,6 @@ Echos back Hello WHO
### POST /login
*text/plain*
-
-
Dummy login endpoint for returning a session cookie. Always returns
the "true" and sends a set-cookie header, setting 'testappsession'
to 'coolsessionbro'.
@@ -79,8 +75,6 @@ Echo back a random number between lo and hi
### GET /search
*text/plain*
-
-
Documented Query Parameters:
- name: A String