mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 20:41:45 +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 4ac722d9341888ac3e66a30a475550f6a1600308)
This commit is contained in:
parent
8d94d1b468
commit
c4e731af36
@ -385,6 +385,7 @@ service UserService {
|
|||||||
rpc UpdateHumanUser(UpdateHumanUserRequest) returns (UpdateHumanUserResponse) {
|
rpc UpdateHumanUser(UpdateHumanUserRequest) returns (UpdateHumanUserResponse) {
|
||||||
option (google.api.http) = {
|
option (google.api.http) = {
|
||||||
put: "/v2/users/human/{user_id}"
|
put: "/v2/users/human/{user_id}"
|
||||||
|
body: "*"
|
||||||
};
|
};
|
||||||
|
|
||||||
option (zitadel.protoc_gen_zitadel.v2.options) = {
|
option (zitadel.protoc_gen_zitadel.v2.options) = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user