22 lines
553 B
JSON
22 lines
553 B
JSON
{
|
|
"rooms": [
|
|
{
|
|
"name": "test-room-not-found",
|
|
"locked": false,
|
|
"created_at": "2009/01/07 20:43:11 +0000",
|
|
"updated_at": "2009/03/18 14:31:39 +0000",
|
|
"topic": "The room topic\n",
|
|
"id": 123,
|
|
"membership_limit": 4
|
|
},
|
|
{
|
|
"name": "another room",
|
|
"locked": true,
|
|
"created_at": "2009/03/18 14:30:42 +0000",
|
|
"updated_at": "2013/01/27 14:14:27 +0000",
|
|
"topic": "Comment, ideas, GitHub notifications for eCommittee App",
|
|
"id": 456,
|
|
"membership_limit": 4
|
|
}
|
|
]
|
|
}
|