playwright_patch
Execute an HTTP PATCH request to update specific web resources by sending data to a specified URL, enabling seamless modifications in web interactions.
Instructions
Perform an HTTP PATCH request
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | URL to perform PUT operation | |
value | Yes | Data to PATCH in the body |