Superadmin APIs/Email & Notification Templates
Update WhatsApp Template
PATCH
/superadmin/whatsapptemplates/:idBearer token required
SUPERADMINContent-Type:
application/jsonPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | number | Required |
Code Examples
curl -X PATCH 'https://<your-domain>:3001/superadmin/whatsapptemplates/:id' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json'