http_patch
Send an HTTP PATCH request to a target URL to update resources, using realistic browser fingerprinting to bypass anti-bot protections.
Instructions
Make an HTTP PATCH request to the specified URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to send the request to | |
| auth | No | Authentication credentials | |
| body | No | Request body | |
| form | No | Form data as [[key, value], ...] | |
| proxy | No | Proxy to use for the request | |
| query | No | Query parameters as [[key, value], ...] | |
| cookies | No | Cookies to include in the request | |
| headers | No | Headers to include in the request | |
| multipart | No | Multipart data as [[key, value], ...] | |
| basic_auth | No | Basic auth credentials as [username, password] | |
| bearer_auth | No | Bearer token for authentication | |
| json_payload | No | JSON payload | |
| max_redirects | No | Maximum number of redirects to follow | |
| allow_redirects | No | Whether to follow redirects | |
| force_store_response_content | No | Force storing response content regardless of size |