We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6761a6 commit 5188104Copy full SHA for 5188104
pages/creating-updating-users/creating-updating-users.py
@@ -7,6 +7,6 @@
7
'last_name': 'Bob'
8
# ...
9
},
10
- # ....
+ # ...
11
}
12
requests.post('...', json=data, headers=headers)
0 commit comments