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 13:21:20 +02:00 committed by GitHub
parent a86147acc7
commit 3f7cce4d7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -644,7 +644,7 @@ service ZITADELUsers {
// Add a public key // Add a public key
// //
// Add a new public key to a user. The public key will be used to identify the user on authentication. // Add a new public key to a user. The public key will be used to verify the user's identity on authentication.
rpc AddPublicKey (AddPublicKeyRequest) returns (AddPublicKeyResponse) { rpc AddPublicKey (AddPublicKeyRequest) returns (AddPublicKeyResponse) {
option (google.api.http) = { option (google.api.http) = {
post: "/resources/v3alpha/users/{id}/public_key" post: "/resources/v3alpha/users/{id}/public_key"