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 PATCH \ --url https://sandbox-api.easecustoms.com/declaration-templates/groups/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "isDefault": true } '
{ "id": 101, "name": "Standard Import Templates v2", "code": "STD_IMP_GRP", "isDefault": true, "updatedAt": "2026-06-22T10:05:00.000Z" }
Update fields or templates within an existing template group.
{ "name": "Standard Import Templates v2" }