From 69a07cf4d4771b9e754ce783b7973b7898480719 Mon Sep 17 00:00:00 2001 From: Sanster Date: Sat, 21 May 2016 22:33:54 +0800 Subject: fix group members api doc: remove emial --- doc/api/groups.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc') diff --git a/doc/api/groups.md b/doc/api/groups.md index 2821bc21b81..1ccb9715e96 100644 --- a/doc/api/groups.md +++ b/doc/api/groups.md @@ -265,7 +265,6 @@ GET /groups/:id/members { "id": 1, "username": "raymond_smith", - "email": "ray@smith.org", "name": "Raymond Smith", "state": "active", "created_at": "2012-10-22T14:13:35Z", @@ -274,7 +273,6 @@ GET /groups/:id/members { "id": 2, "username": "john_doe", - "email": "joh@doe.org", "name": "John Doe", "state": "active", "created_at": "2012-10-22T14:13:35Z", -- cgit v1.2.1