1
0
Fork 0

Add missing body parameter descriptin. Thanks to @janavolkova9 for pointing this out.

This commit is contained in:
Wilfried Goesgens 2016-08-01 12:24:33 +02:00
parent d6b12480c1
commit bc61157cc1
1 changed files with 6 additions and 1 deletions

View File

@ -3,6 +3,11 @@
@RESTHEADER{POST /_api/document/{collection}, Create document}
@RESTURLPARAMETERS
@RESTURLPARAM{collection,string,required}
The *collection* in which the collection is to be created.
@RESTALLBODYPARAM{data,json,required}
A JSON representation of a single document or of an array of documents.