refresh Generated Password

@PatchMapping(path = ""/{" + PASSWORD_IDENTIFIER_KEY + "}" + REFRESH_ENDPOINT", headers = [] )
open fun refreshGeneratedPassword(    @PathVariable(value = "id") userId: String,     @RequestHeader(value = "token") token: String,     @RequestHeader(value = "device_id") deviceId: String,     @PathVariable(value = "password_id") passwordId: String): String

Endpoint used to refresh a GENERATED password

Return

the result of the request as String

Parameters

userId

The identifier of the user

token

The token of the user

deviceId

The identifier of the device of the user

passwordId

The identifier of the password