edit Password

suspend fun editPassword(passwordId: String, tail: String, scopes: String, password: String? = null): JsonObject

Request to edit an existing password

Return

the result of the request as JsonObject

Parameters

passwordId

The identifier of the password

tail

The tail of the password

scopes

The scopes of the password

password

The value of the password to insert