Update a FIDO2 credential
PATCH/nevisidm/api/core/v1/:clientExtId/users/:userExtId/fido2/:extId
Since: 2.86.0
Required permission(s): AccessControl.CredentialView,AccessControl.CredentialModify or SelfAdmin Role
Partially updates the FIDO2 credential with the given external ID belonging to the specified user. Only provided fields will be updated.
The authenticator, user-friendly name, credential state, and modification comment can be changed.
Supports self-admin mode with JWT token validation.
Request
Responses
- 200
- 403
- 404
- 409
- 422
FIDO2 credential updated successfully
Insufficient permissions
Referenced resource not found
Optimistic locking conflict
Invalid request parameters