playwright_put
Execute HTTP PUT requests by specifying a target URL and data payload, enabling direct interaction with web APIs or services for data updates.
Instructions
Perform an HTTP PUT request
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | URL to perform PUT operation | |
value | Yes | Data to PUT in the body |