cURL
curl --request PATCH \ --url https://app.docs.bynesoft.com/api/ask/templates/{templateId} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "template": "<string>", "name": "<string>" }'
{ "id": "<string>", "name": "<string>", "lastModified": "<string>" }
This endpoint updates template.
1 - 50000
1 - 50
Successful Response