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
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
@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