Update docs/src/api/class-apirequestcontext.md
Co-authored-by: Dmitry Gozman <dgozman@gmail.com> Signed-off-by: Yury Semikhatsky <yurys@chromium.org>
This commit is contained in:
parent
ca0cb7b184
commit
5b44bfb063
|
|
@ -260,7 +260,7 @@ APIResponse response = request.fetch("https://example.com/api/uploadScript",
|
||||||
|
|
||||||
```python
|
```python
|
||||||
api_request_context.fetch(
|
api_request_context.fetch(
|
||||||
"https://example.com/api/uploadScript'", method="post",
|
"https://example.com/api/uploadScript", method="post",
|
||||||
multipart={
|
multipart={
|
||||||
"fileField": {
|
"fileField": {
|
||||||
"name": "f.js",
|
"name": "f.js",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue