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 fbbd4e9 commit 4432b49Copy full SHA for 4432b49
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