Update a context password
PATCH/nevisidm/api/core/v1/:clientExtId/users/:userExtId/context-passwords/:extId
Since: 2.73.0
Required permission(s): AccessControl.CredentialView,AccessControl.CredentialModify
Partially updates the context password credential with the given external ID, belonging to the specified user and client. Only provided fields will be updated.
The context value cannot be changed after creation.
Request
Responses
- 200
- 403
- 404
- 409
- 422
Context password updated successfully
Insufficient permissions
Referenced resource not found
Optimistic locking conflict
Invalid request parameters