mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-10 16:23:40 +00:00
Update proto/zitadel/resources/user/v3alpha/user_service.proto
Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
parent
a86147acc7
commit
3f7cce4d7b
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user