api_patch
Send a PATCH request to update data at an API endpoint by specifying the URL, JSON data, and optional headers.
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 |