Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/core/azure-core/azure/core/rest/_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class HttpRequest(HttpRequestBackcompatMixin):
:keyword content: Content you want in your request body. Think of it as the kwarg you should input
if your data doesn't fit into `json`, `data`, or `files`. Accepts a bytes type, or a generator
that yields bytes.
:paramtype content: str or bytes or iterable[bytes] or asynciterable[bytes]
:paramtype content: str or bytes or iterable[bytes]
:keyword dict data: Form data you want in your request body. Use for form-encoded data, i.e.
HTML forms.
:keyword mapping files: Files you want to in your request body. Use for uploading files with
Expand Down