diff options
author | Paul Frazee <pfrazee@gmail.com> | 2018-03-31 22:43:30 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2018-03-31 22:43:30 -0500 |
commit | 218d4df3f494219aa97cabad2440bdbdf748649f (patch) | |
tree | 08f66d190072a88a841844284b50c0dcff052446 | |
parent | 11b1c8509f572e1794f7c36cc49cbbd3042ed13b (diff) | |
download | dat-deps-218d4df3f494219aa97cabad2440bdbdf748649f.tar.gz dat-deps-218d4df3f494219aa97cabad2440bdbdf748649f.zip |
More.....formatting fixes
-rw-r--r-- | proposals/0000-http-pinning-service-api.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/proposals/0000-http-pinning-service-api.md b/proposals/0000-http-pinning-service-api.md index 4536494..eb51c09 100644 --- a/proposals/0000-http-pinning-service-api.md +++ b/proposals/0000-http-pinning-service-api.md @@ -84,7 +84,8 @@ TODO- specify each route in detail. Full documentation for this API should be made available at https://user-accounts-api.com. -## User registration flow [user-registration-flow]: #user-registration-flow +## User registration flow +[user-registration-flow]: #user-registration-flow ### Step 1. Register @@ -134,7 +135,8 @@ Sever generates a session and session token, and responds 200 with a JSON body: } ``` -## Session login flow [session-login-flow]: #session-login-flow +## Session login flow +[session-login-flow]: #session-login-flow User POSTS to `/login` with body: |