Configs

Update config name

PATCH

Path parameters

idstringRequired
Identifier for a config. Formatted as a UUID.

Request

This endpoint expects an object.
name
stringRequired
Name applied to all versions of a particular Config.
PATCH
1curl -X PATCH https://api.hume.ai/v0/evi/configs/:id \
2 -H "X-Hume-Api-Key: <apiKey>" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "name": "string"
6}'