minor nits
This commit is contained in:
parent
9dc5111347
commit
00a01e4520
|
@ -161,9 +161,10 @@ Returns:
|
||||||
Callback
|
Callback
|
||||||
--------
|
--------
|
||||||
|
|
||||||
POST https://macgirvin.com
|
POST https://macgirvin.com/post
|
||||||
|
|
||||||
{
|
{
|
||||||
|
'type' => 'retrieve'
|
||||||
'retrieve' => $post_id
|
'retrieve' => $post_id
|
||||||
'challenge' => you_encrypt('abc123')
|
'challenge' => you_encrypt('abc123')
|
||||||
'verify' => me_encrypt('xyz456' . '.' . $gduid)
|
'verify' => me_encrypt('xyz456' . '.' . $gduid)
|
||||||
|
|
Loading…
Reference in a new issue