400-bad-request

Put/Post errors while trying to access it from through python. "Bad Request. The JSON payload should be inside a root property called

Put/Post errors while trying to access it from through python. "Bad Request. The JSON payload should be inside a root property called Question: I am trying to post/put to Sheety via Python: SHEETY_URL = "https://api.sheety.co/gfhgfhjfdghjgfjf/flightDeals/prices/5" header = { "Content-Type" : "application/json" } params_sheety = { "price": { "iataCode": "PLN" } } response_sheety = requests.put(url=SHEETY_URL, params=params_sheety, …

Total answers: 1