Update a certificate credential
PATCH/nevisidm/api/core/v1/:clientExtId/users/:userExtId/certificates/:extId
Since: 2.71.0
Required permission(s): AccessControl.CredentialModify,AccessControl.CredentialView or SelfAdmin Role
Partially updates the certificate credential with the specified external ID. Only fields included in the request body are updated. Omitted fields remain unchanged.
If the certificate field is provided, it must be a valid PEM-encoded X.509 certificate. The certificate attributes (subject DN, issuer DN, fingerprint, serial, subject key identifier) are re-extracted automatically from the new certificate value. The new certificate is validated against the configured certificate policy.
In self-admin mode, a valid JWT token must be provided in the X-Token request header.
Request
Responses
- 200
- 403
- 404
- 409
- 422
Certificate credential updated successfully
Insufficient permissions
Referenced resource not found
Optimistic locking conflict
Invalid request parameters