Fixed some list formatting issues.
This commit is contained in:
parent
fbf61e7672
commit
5eaff4e1eb
|
@ -9,6 +9,7 @@ Create a new instance of the model and persist it into the data source
|
||||||
POST /locations
|
POST /locations
|
||||||
|
|
||||||
**Arguments**
|
**Arguments**
|
||||||
|
|
||||||
* **data** The model instance data
|
* **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
|
PUT /locations
|
||||||
|
|
||||||
**Arguments**
|
**Arguments**
|
||||||
|
|
||||||
* **data** The model instance data
|
* **data** The model instance data
|
||||||
|
|
||||||
**Examples**
|
**Examples**
|
||||||
|
|
Loading…
Reference in New Issue