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:
Stefan Benz 2024-09-17 13:53:43 +02:00 committed by GitHub
parent d01bd1c51a
commit 4ac722d934
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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