playwright_patch
Send HTTP PATCH requests to update specific parts of web resources through browser automation, enabling partial modifications to existing data on servers.
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 |