diff --git a/docs/api.md b/docs/api.md index 817467ec..0a5afd1f 100644 --- a/docs/api.md +++ b/docs/api.md @@ -97,7 +97,7 @@ what gets sent over the wire.* >>> response = client.send(request) ``` -* `def __init__(method, url, [params], [data], [json], [headers], [cookies])` +* `def __init__(method, url, [params], [headers], [cookies], [content], [data], [files], [json], [stream])` * `.method` - **str** * `.url` - **URL** * `.content` - **byte**, **byte iterator**, or **byte async iterator**