Merge remote-tracking branch 'valkum/patch-1'

This commit is contained in:
Travis Ralston 2020-04-22 14:26:43 -06:00
commit b8f68cb874
2 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
Fix typo in Request Authentication python example

View file

@ -316,8 +316,8 @@ Example python code:
"destination": destination_name,
}
if content_json is not None:
request["content"] = content
if content is not None:
request_json["content"] = content
signed_json = sign_json(request_json, origin_name, origin_signing_key)