File tree Expand file tree Collapse file tree 1 file changed +4
-16
lines changed
Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change 253253 "method" : " post" ,
254254 "call" : {
255255 "mode" : " normal" ,
256- "path" : " /groups/{Group}/members" ,
257- "query_parameters" : {
258- "action" : " Add"
259- }
256+ "path" : " /api/groups/{Group}?action=add"
260257 },
261258 "body" :{
262259 "Users" : [ " {Username}" ]
274271 "method" : " post" ,
275272 "call" : {
276273 "mode" : " normal" ,
277- "path" : " /groups/{Group}/members" ,
278- "query_parameters" : {
279- "action" : " REmove"
280- }
274+ "path" : " /api/groups/{Group}?action=remove"
281275 },
282276 "body" :{
283277 "Users" : [ " {Username}" ]
10081002 "method" : " post" ,
10091003 "call" : {
10101004 "mode" : " normal" ,
1011- "path" : " /api/groups/{Group}?action=add" ,
1012- "query_parameters" : {
1013- "action" : " Add"
1014- }
1005+ "path" : " /api/groups/{Group}?action=add"
10151006 },
10161007 "body" :{
10171008 "Users" : [ " {Username}" ]
10291020 "method" : " post" ,
10301021 "call" : {
10311022 "mode" : " normal" ,
1032- "path" : " /api/groups/{Group}?action=remove" ,
1033- "query_parameters" : {
1034- "action" : " remove"
1035- }
1023+ "path" : " /api/groups/{Group}?action=remove"
10361024 },
10371025 "body" :{
10381026 "Users" : [ " {Username}" ]
You can’t perform that action at this time.
0 commit comments