Skip to main content

updateCertificateTag

PUT /api/certificates/updateTag/{countryId}

Updates the identification tag (tag) of a certificate.

FieldTypeReq.Description
countryId (path)stringRequiredISO country code
taxIdstringRequiredCompany TaxId
certificateIdstring (GUID)RequiredCertificate ID — obtain with getCertificates
tagstringRequiredNew descriptive tag
updateCertificateTag
{
"taxId": "{{taxId}}",
"certificateId": "{{certificateId}}",
"tag": "certificado-renovado-2026"
}