We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3bb65 commit 1e960b8Copy full SHA for 1e960b8
markusapi/markusapi.py
@@ -461,7 +461,7 @@ def _do_file_upload(
461
file_path: str,
462
contents: Union[str, bytes],
463
mime_type: Optional[str] = None,
464
- request_type: str = "PUT",
+ request_type: str = "POST",
465
) -> ResponseType:
466
"""
467
Helper that performs requests of <request_type> to <path> that involves uploading a file named
0 commit comments