This repository has been archived by the owner on Jul 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from Financial-Times/groups-api
Small changes for the group API
- Loading branch information
Showing
4 changed files
with
123 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"group": { | ||
"_id": 1, | ||
"labels": ["Group"], | ||
"properties": { | ||
"name": "All users", | ||
"updated": 1500377383712, | ||
"uuid": "8eb26ed7-68c8-44c6-b6ce-52d61500f301" | ||
} | ||
}, | ||
"total": 1, | ||
"items": [ | ||
{ | ||
"uuid": "b2697f93-52d3-4d42-8409-bdf91b09e894", | ||
"_rel": { | ||
"byTool": "KAT", | ||
"created": 1498743272070, | ||
"count": 1, | ||
"updated": 1498743272070, | ||
"byUser": "c62c4485-7183-494c-a947-d754f5cd0a15" | ||
} | ||
} | ||
], | ||
"count": 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters