add brief for functions in db, implemet full group manipulation (except owner,color), some fixes
This commit is contained in:
@@ -18,7 +18,7 @@ echo "=== Adding user2 (ID: $USER2_ID) to group $GROUP_ID ==="
|
||||
RESP=$(curl -s -w "\n%{http_code}" -X POST "$BASE_URL/mod/group/addclients" \
|
||||
-d "token=$TOKEN1" \
|
||||
-d "groupid=$GROUP_ID" \
|
||||
-d "users=$USER2_ID")
|
||||
-d "clients=$USER2_ID")
|
||||
BODY=$(echo "$RESP" | head -1)
|
||||
CODE=$(echo "$RESP" | tail -1)
|
||||
echo "Response: $BODY (HTTP $CODE)"
|
||||
|
||||
Reference in New Issue
Block a user