mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 13:27:34 +00:00
fix: use body for update user on user v2 API (#8635)
Use body for update user endpoint on user v2 API.
(cherry picked from commit 4ac722d934
)
This commit is contained in:

committed by
Livio Spring

parent
8d94d1b468
commit
c4e731af36
@@ -385,6 +385,7 @@ service UserService {
|
||||
rpc UpdateHumanUser(UpdateHumanUserRequest) returns (UpdateHumanUserResponse) {
|
||||
option (google.api.http) = {
|
||||
put: "/v2/users/human/{user_id}"
|
||||
body: "*"
|
||||
};
|
||||
|
||||
option (zitadel.protoc_gen_zitadel.v2.options) = {
|
||||
|
Reference in New Issue
Block a user