http-patch
Perform HTTP PATCH requests to specified URLs with optional body and headers. Supports secret substitution using {secrets.key} syntax in URL, headers, and body for secure API interactions within the HAL (HTTP API Layer) environment.
Instructions
Make an HTTP PATCH 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 |