mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 00:39:36 +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) {
|
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…
Reference in New Issue
Block a user