http-put
Send HTTP PUT requests to specified URLs with optional headers and body content. Supports secret substitution in URLs, headers, and body using environment variables for secure data handling.
Instructions
Make an HTTP PUT request to a specified URL with optional body and headers. Supports secret substitution using {secrets.key} syntax in URL, headers, and body where 'key' corresponds to HAL_SECRET_KEY environment variables.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body | No | ||
contentType | No | application/json | |
headers | No | ||
url | Yes |