cURL
curl --request PATCH \ --url https://alto.dialme.at/api/altov2/public/templates/update \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>", "update": { "title": "<string>", "description": "<string>", "instruction": "basic", "conversational_states": {} } } '
{ "message": "success", "result": { "_id": "tp_***", "title": "<string>", "description": "<string>", "instruction": {}, "conversational_states": {}, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
Retrieve your key from Dashboard.
ID of the template
Show child attributes
Successful response
"success"