Type: lib.http.PutRequest

Namespace: lib.http

Description

Update existing resources on a server using an HTTP PUT request. http, put, request, url, data

Use cases:
- Update user profiles
- Modify existing API resources
- Replace file contents
- Set configuration values

Properties

Property Type Description Default
url str The URL to make the request to. ``
data str The data to send in the PUT request. ``

Outputs

Output Type Description
output str  

Metadata

Browse other nodes in the lib.http namespace.