mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 02:37:23 +00:00
fix: management proto delete machine key (#6179)
This commit is contained in:
parent
112f672266
commit
be1fe36776
@ -1629,7 +1629,7 @@ service ManagementService {
|
|||||||
};
|
};
|
||||||
|
|
||||||
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
|
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
|
||||||
summary: "Create Key for machine user";
|
summary: "Delete Key for machine user";
|
||||||
description: "Delete a specific key from a user. The user will not be able to authenticate with that key afterward."
|
description: "Delete a specific key from a user. The user will not be able to authenticate with that key afterward."
|
||||||
tags: "Users";
|
tags: "Users";
|
||||||
tags: "User Machine";
|
tags: "User Machine";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user