put https://{tenanturl}/v1.0/personalcert/
Update a personal certificate with the specified label for this tenant.
Currently it only allows changing the default personal certificate.
Entitlements required: manageCerts.
Responses
204No content
Update a personal certificate with the specified label for this tenant.
Currently it only allows changing the default personal certificate.
Entitlements required: manageCerts.
204No content
xxxxxxxxxx
curl --request PUT \
--url https://tenant_url/v1.0/personalcert/label \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"isDefault":true}'