Merge remote-tracking branch 'valkum/patch-1'
This commit is contained in:
commit
b8f68cb874
2 changed files with 3 additions and 2 deletions
1
changelogs/server_server/newsfragments/2510
Normal file
1
changelogs/server_server/newsfragments/2510
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue