Tools

Update tool name

PATCH

Path parameters

idstringRequired
Identifier for a tool. Formatted as a UUID.

Request

This endpoint expects an object.
name
stringRequired
Name applied to all versions of a particular Tool.
PATCH
1curl -X PATCH https://api.hume.ai/v0/evi/tools/00183a3f-79ba-413d-9f3b-609864268bea \
2 -H "X-Hume-Api-Key: <apiKey>" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "name": "get_current_temperature"
6}'