updateCertificateTag
PUT /api/certificates/updateTag/{countryId}
Updates the identification tag (tag) of a certificate.
| Field | Type | Req. | Description |
|---|---|---|---|
countryId (path) | string | Required | ISO country code |
taxId | string | Required | Company TaxId |
certificateId | string (GUID) | Required | Certificate ID — obtain with getCertificates |
tag | string | Required | New descriptive tag |
updateCertificateTag
{
"taxId": "{{taxId}}",
"certificateId": "{{certificateId}}",
"tag": "certificado-renovado-2026"
}