Fixed some list formatting issues.

This commit is contained in:
Rand McKinney 2013-12-03 13:43:02 -08:00
parent fbf61e7672
commit 5eaff4e1eb
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ Create a new instance of the model and persist it into the data source
POST /locations
**Arguments**
* **data** The model instance data
@ -47,6 +48,7 @@ Update an existing model instance or insert a new one into the data source
PUT /locations
**Arguments**
* **data** The model instance data
**Examples**