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

pull/2513/head
Travis Ralston 4 years ago
commit b8f68cb874

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

@ -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)

Loading…
Cancel
Save