Skip to content

Commit

Permalink
fix(consultingapis): remove unnecessary Body struct from CreateGradeC…
Browse files Browse the repository at this point in the history
…hatGroupRequest
  • Loading branch information
jaketmoon committed Sep 20, 2024
1 parent 174a9d4 commit 58d2314
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion consultingapis/dingtalk/v1/dingtalk.proto
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ service DingTalkService {
rpc CreateGradeChatGroup(CreateGradeChatGroupRequest) returns (CreateGradeChatGroupResponse) {
option (google.api.http) = {
post: "/dingtalk/chat/v1/unit/create"
body: "body"
};
}

Expand Down

0 comments on commit 58d2314

Please sign in to comment.