Remove redundant JSON key (postData) (#242)

This commit is contained in:
David Refoua 2021-12-12 15:08:10 +03:30 committed by GitHub
parent c4ef6a472e
commit 642d67b927
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -210,7 +210,7 @@ This is the same as `request.get` but it takes one more param:
Parameter | Notes
|--|--|
postData | Must be a string with `application/x-www-form-urlencoded`. Eg: `postData": "a=b&c=d"`
postData | Must be a string with `application/x-www-form-urlencoded`. Eg: `a=b&c=d`
## Environment variables