PUT
/api/email-templates/:id
This endpoint allows you to update or replace email templates (specific id).
Request Parameters
| Parameter | Location | Required |
|---|---|---|
| id | path | Yes |
Example Request
cURL
curl -X PUT https://api.basebrick.com/api/email-templates/123 \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{}'