Updates a specific function.
curl --request PUT \ --url https://api.vogent.ai/api/functions/{id} \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "description": "<string>", "type": "transfer", "allowedNumbers": [ { "number": "<string>" } ] }'
{ "id": "<string>", "name": "<string>", "description": "<string>", "type": "transfer", "allowedNumbers": [ { "number": "<string>" } ] }
ID of the function.
The numbers that the agent is allowed to transfer to.
Show child attributes
The number in e.164 format.
The name of the function.
A description of what the function does.
transfer
api