Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://{appId}.api-{region}.cometchat.io/v3/campaigns/templates/categories/{id} \ --header 'Content-Type: application/json' \ --header 'apikey: <api-key>' \ --header 'appid: <appid>' \ --data ' { "name": "<string>", "description": "<string>" } '
Update a template category.
Your CometChat REST API Key.
Tenant application ID
Category name
Category description
Category updated
Was this page helpful?