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 634f992 commit 701b195Copy full SHA for 701b195
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