Closed wontonst closed 8 years ago
If I do
dt = {'k': 'v'} put('/', dt) I would expect that it to work and put a single key value in the root.
Instead I get 400 Client Error
Closing because I didn't understand what was going on.
If I do
dt = {'k': 'v'} put('/', dt) I would expect that it to work and put a single key value in the root.
Instead I get 400 Client Error