Update a VASCO credential
PATCH/nevisidm/api/core/v1/:clientExtId/vasco/:extId
Since: 8.2605.0, 9.2605.0
Required permission(s): AccessControl.CredentialModify,AccessControl.CredentialView
Partially updates the VASCO Digipass token credential identified by the given external ID. Only the fields provided in the request body are updated; omitted fields remain unchanged.
If policyExtId is provided, the referenced policy must exist and be of type VascoPolicy. If omitted, the default VASCO policy for the client is applied.
Request
Responses
- 200
- 403
- 404
- 409
- 422
VASCO credential updated successfully
Insufficient permissions
Referenced resource not found
Optimistic locking conflict
Invalid request parameters