http_put
Send HTTP PUT requests to update or replace resources. Supports JSON, text payloads, and JWT token forwarding for single requests.
Instructions
Send an HTTP PUT request.
Use for full updates/replacements.
body accepts JSON object/array or UTF-8 text.
Pass jwt_token to forward the caller's JWT for this request only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| body | No | ||
| content_type | No | ||
| headers | No | ||
| jwt_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||