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:
Yury Semikhatsky 2024-04-25 16:17:00 -07:00 committed by GitHub
parent ca0cb7b184
commit 5b44bfb063
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -260,7 +260,7 @@ APIResponse response = request.fetch("https://example.com/api/uploadScript",
```python
api_request_context.fetch(
"https://example.com/api/uploadScript'", method="post",
"https://example.com/api/uploadScript", method="post",
multipart={
"fileField": {
"name": "f.js",