diff options
author | friendica <info@friendica.com> | 2012-06-18 21:28:13 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-18 21:28:13 -0700 |
commit | 00a01e4520a0e52589f28330d2267fd7126af4fe (patch) | |
tree | df6f701ce789ff4e3642f8c933d6d08d0f0a691d /spec | |
parent | 9dc51113477e315470c37e0f81728e91575a3963 (diff) | |
download | volse-hubzilla-00a01e4520a0e52589f28330d2267fd7126af4fe.tar.gz volse-hubzilla-00a01e4520a0e52589f28330d2267fd7126af4fe.tar.bz2 volse-hubzilla-00a01e4520a0e52589f28330d2267fd7126af4fe.zip |
minor nits
Diffstat (limited to 'spec')
-rw-r--r-- | spec/zot-2012.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/zot-2012.txt b/spec/zot-2012.txt index 3b8d3272d..4bfab16d8 100644 --- a/spec/zot-2012.txt +++ b/spec/zot-2012.txt @@ -161,9 +161,10 @@ Returns: Callback -------- -POST https://macgirvin.com +POST https://macgirvin.com/post { +'type' => 'retrieve' 'retrieve' => $post_id 'challenge' => you_encrypt('abc123') 'verify' => me_encrypt('xyz456' . '.' . $gduid) |