http-put
Send an HTTP PUT request to a specified URL with customizable headers, body, and secret substitution using HAL (HTTP API Layer), enabling secure and flexible API interactions.
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 |