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:
Stefan Benz 2024-09-17 13:53:43 +02:00 committed by Livio Spring
parent 8d94d1b468
commit c4e731af36
No known key found for this signature in database
GPG Key ID: 26BB1C2FA5952CF0

View File

@ -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) = {