Skip to content

Commit

Permalink
Update creating.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
cpluta committed Jan 31, 2020
1 parent 0de2de5 commit c50ae97
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/data/creating.rst
Expand Up @@ -225,7 +225,14 @@ Example Result
.. code-block:: json
{
"createdCount": 1
"createdCount": 1,
"createdData": [
{
"_id": "5c78cc81dd870827a8e7b6c4",
"firstName": "Bob",
"lastName": "Bobberson"
}
]
}
400 : Bad request
Expand Down

0 comments on commit c50ae97

Please sign in to comment.