v8

latestSwagger 2.02026-07-13274484.3 KB

Updates the specified attributes associated with the given certificate.

The UpdateCertificate operation applies the specified update on the given certificate; the only elements updated are the certificate's attributes. This operation requires the certificates/update permission.

patch/certificates/{certificate-name}/{certificate-version}

Path parameters

certificate-namestring required

The name of the certificate in the given key vault.

certificate-versionstring required

The version of the certificate.

Query parameters

api-versionstring required

The API version to use for this operation.

Request body

tagsobject

Application specific metadata in the form of key-value pairs.

Response

The request has succeeded.

idstring

The certificate id.

kidstring

The key id.

sidstring

The secret id.

x5tstring base64url

Thumbprint of the certificate.

cerstring byte

CER contents of x509 certificate.

contentTypestring

The content type of the secret. eg. 'application/x-pem-file' or 'application/x-pkcs12'.

tagsobject

Application specific metadata in the form of key-value pairs.

preserveCertOrderboolean

Specifies whether the certificate chain preserves its original order. The default value is false, which sets the leaf certificate at index 0.