Update proto/zitadel/resources/user/v3alpha/user_service.proto

Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
Stefan Benz
2024-10-01 11:37:09 +02:00
committed by GitHub
parent 418771b466
commit 3df9beaef6

View File

@@ -570,7 +570,7 @@ service ZITADELUsers {
// Set a password
//
// Add or update a user's password with either a verification code, the current password or enough permissions.
// Add or update a user's password with either a verification code, the current password or sufficient permissions.
rpc SetPassword (SetPasswordRequest) returns (SetPasswordResponse) {
option (google.api.http) = {
post: "/resources/v3alpha/users/{id}/password"