- Create a live thread - Get a live thread's contributors - Accept an invite to contribute to a live thread - Leave a live thread Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
19 lines
335 B
JSON
19 lines
335 B
JSON
{
|
|
"kind": "UserList",
|
|
"data": {
|
|
"children": [
|
|
{
|
|
"rel_id": null,
|
|
"permissions": ["all"],
|
|
"id": "t2_test1",
|
|
"name": "test1"
|
|
},
|
|
{
|
|
"rel_id": null,
|
|
"permissions": ["all"],
|
|
"id": "t2_test2",
|
|
"name": "test2"
|
|
}
|
|
]
|
|
}
|
|
}
|