Update API endpoint
update_api_endpointPatch an existing custom API endpoint. Send only the fields to change (same field set as create_api_endpoint).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | New request URL. | |
| name | No | New internal name. | |
| method | No | HTTP method. | |
| endpoint_id | Yes | Id of the API endpoint to update. | |
| tool_description | No | Updated tool description. |