api_put
Submit data updates via a PUT request to specified API endpoints. Use JSON strings for the request body and customize headers for secure or specific interactions in browser automation tasks.
Instructions
Perform a PUT 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 |