api_patch
Execute a PATCH request to update data at an API endpoint. Specify the URL, JSON payload, and headers to modify resources efficiently via the Browser Agent MCP server.
Instructions
Perform a PATCH request to an API endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | Request body data (JSON string) | |
headers | No | Request headers | |
url | Yes | API endpoint URL |