mirror of https://gitee.com/bigwinds/arangodb
Add missing body parameter descriptin. Thanks to @janavolkova9 for pointing this out.
This commit is contained in:
parent
d6b12480c1
commit
bc61157cc1
|
@ -1,7 +1,12 @@
|
||||||
@startDocuBlock REST_DOCUMENT_CREATE
|
@startDocuBlock REST_DOCUMENT_CREATE
|
||||||
@brief creates documents
|
@brief creates documents
|
||||||
|
|
||||||
@RESTHEADER{POST /_api/document/{collection},Create document}
|
@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}
|
@RESTALLBODYPARAM{data,json,required}
|
||||||
A JSON representation of a single document or of an array of documents.
|
A JSON representation of a single document or of an array of documents.
|
||||||
|
|
Loading…
Reference in New Issue