Made listing view example a little bigger

This commit is contained in:
Karl Hobley 2015-06-19 10:24:04 +01:00
parent 94b18ad658
commit e2a331febe

View file

@ -19,10 +19,20 @@ Performing a ``GET`` request against one of the endpoints will get you a listing
},
"endpoint_name": [
{
"id": 1,
"meta": {
"type": "app_name.ModelName",
"detail_url": "http://api.example.com/api/v1/endpoint_name/1/"
},
"field": "value"
},
{
"id": 2,
"meta": {
"type": "app_name.ModelName",
"detail_url": "http://api.example.com/api/v1/endpoint_name/2/"
},
"field": "different value"
}
]
}