mirror of https://gitee.com/bigwinds/arangodb
fix docublocks parameter naming (#10254)
This commit is contained in:
parent
cc11d60b7a
commit
62e4937e20
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
@RESTQUERYPARAMETERS
|
@RESTQUERYPARAMETERS
|
||||||
|
|
||||||
@RESTQUERYPARAM{collection-name,string,required}
|
@RESTQUERYPARAM{collection,string,required}
|
||||||
The collection name.
|
The collection name.
|
||||||
|
|
||||||
@RESTBODYPARAM{type,string,required,string}
|
@RESTBODYPARAM{type,string,required,string}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
@RESTQUERYPARAMETERS
|
@RESTQUERYPARAMETERS
|
||||||
|
|
||||||
@RESTQUERYPARAM{collection-name,string,required}
|
@RESTQUERYPARAM{collection,string,required}
|
||||||
The collection name.
|
The collection name.
|
||||||
|
|
||||||
@RESTBODYPARAM{type,string,required,string}
|
@RESTBODYPARAM{type,string,required,string}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
@RESTQUERYPARAMETERS
|
@RESTQUERYPARAMETERS
|
||||||
|
|
||||||
@RESTQUERYPARAM{collection-name,string,required}
|
@RESTQUERYPARAM{collection,string,required}
|
||||||
The collection name.
|
The collection name.
|
||||||
|
|
||||||
@RESTBODYPARAM{type,string,required,string}
|
@RESTBODYPARAM{type,string,required,string}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
@RESTQUERYPARAMETERS
|
@RESTQUERYPARAMETERS
|
||||||
|
|
||||||
@RESTQUERYPARAM{collection-name,string,required}
|
@RESTQUERYPARAM{collection,string,required}
|
||||||
The collection name.
|
The collection name.
|
||||||
|
|
||||||
@RESTBODYPARAM{type,string,required,string}
|
@RESTBODYPARAM{type,string,required,string}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
@RESTQUERYPARAMETERS
|
@RESTQUERYPARAMETERS
|
||||||
|
|
||||||
@RESTQUERYPARAM{collection-name,string,required}
|
@RESTQUERYPARAM{collection,string,required}
|
||||||
The collection name.
|
The collection name.
|
||||||
|
|
||||||
@RESTBODYPARAM{type,string,required,string}
|
@RESTBODYPARAM{type,string,required,string}
|
||||||
|
|
Loading…
Reference in New Issue