Skip to content

Commit 84531f6

Browse files
committed
fix: The "name" is not a mandatory parameter for invite the group interface.
1 parent b16af66 commit 84531f6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • src/main/resources/jsonsource/group

src/main/resources/jsonsource/group/api.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@
9898
"members": [{
9999
"id": "memberId01"
100100
}],
101-
"id": "10001",
102-
"name": "TestGroup"
101+
"id": "10001"
103102
}
104103
},
105104
"response":{

0 commit comments

Comments
 (0)