http_put
Send an HTTP PUT request to create or replace a resource at a URL. Set authentication, headers, body data, timeout, and redirects.
Instructions
Perform an HTTP PUT request using curl
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to make the PUT request to | |
| auth | No | Authentication configuration | |
| data | No | Request body data | |
| headers | No | Optional headers to include | |
| timeout | No | Request timeout in seconds (default: 30) | |
| insecure | No | Allow insecure SSL connections (default: false) | |
| contentType | No | Content-Type header (default: application/json) | |
| followRedirects | No | Follow redirects (default: true) |