From 334a833ac21945b0936f61b3611d59e8dc7f956b Mon Sep 17 00:00:00 2001 From: liliakai Date: Sat, 8 Mar 2014 01:51:49 -0800 Subject: [PATCH] Consulted with @mcginty on this. Pretty sure this should be my install-time identity key. --- API-Protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API-Protocol.md b/API-Protocol.md index fd7ddd7..41384dd 100644 --- a/API-Protocol.md +++ b/API-Protocol.md @@ -95,7 +95,7 @@ Authorization: Basic {basic_auth} { keyId: {key_id}, publicKey: "{public_key}", - identityKey: "{public_key}" + identityKey: "{identity_key}" }, ...] }