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