From 5eaff4e1eb6b9f5ae3e836fd0dc132ada72a6356 Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Tue, 3 Dec 2013 13:43:02 -0800 Subject: [PATCH] Fixed some list formatting issues. --- docs/rest.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/rest.md b/docs/rest.md index c046dc1c..4e95bf2b 100644 --- a/docs/rest.md +++ b/docs/rest.md @@ -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**