We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3bb1f commit 637afc9Copy full SHA for 637afc9
consultingapis/dingtalk/v1/dingtalk.proto
@@ -53,7 +53,7 @@ service DingTalkService {
53
rpc CreateRecruitChatGroup(CreateRecruitChatGroupRequest) returns (CreateRecruitChatGroupResponse) {
54
option (google.api.http) = {
55
post: "/dingtalk/chat/v1/recruit/create"
56
- body: "body"
+ body: "*"
57
};
58
}
59
@@ -142,11 +142,7 @@ message SyncGradeChatGroupResponse {
142
143
message CreateRecruitChatGroupRequest{
144
repeated string member_id = 1;
145
- Body body = 2;
146
-
147
- message Body {
148
- string name = 1;
149
- }
+ string name = 2;
150
151
152
message CreateRecruitChatGroupResponse{
0 commit comments