api_put
Execute HTTP PUT requests to update resources at a specified URL using MCP API Server. Send data as strings or JSON objects and include custom headers for enhanced API interactions.
Instructions
Make an HTTP PUT request to the specified URL
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body | No | The request body (string or JSON object) | |
headers | No | Optional headers to include in the request | |
url | Yes | The URL to make the PUT request to |