mirror of
https://github.com/zitadel/zitadel
synced 2024-11-21 16:30:53 +00:00
fix: use body for update user on user v2 API (#8635)
Use body for update user endpoint on user v2 API.
This commit is contained in:
parent
d01bd1c51a
commit
4ac722d934
@ -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) = {
|
||||
|
Loading…
Reference in New Issue
Block a user