mirror of https://gitee.com/bigwinds/arangodb
fixed replacement of @RESTURLPARAMS
This commit is contained in:
parent
7eb93821a7
commit
30aedaad44
|
@ -117,6 +117,7 @@ SIMPL_REPL_DICT = {
|
|||
"@RESTRETURNCODES" : "\n**Return Codes**\n",
|
||||
"@PARAMS" : "\n**Parameters**\n",
|
||||
"@RESTPARAMS" : "",
|
||||
"@RESTURLPARAMS" : "",
|
||||
"@RESTBODYPARAM" : getRestBodyParam,
|
||||
"@RESTREPLYBODY" : getRestReplyBodyParam,
|
||||
"@RESTQUERYPARAM" : "@RESTPARAM",
|
||||
|
@ -136,6 +137,7 @@ r'''
|
|||
@RESTRETURNCODES| # -> \n**Return Codes**\n
|
||||
@PARAMS| # -> \n**Parameters**\n
|
||||
@RESTPARAMS| # -> <empty>
|
||||
@RESTURLPARAMS| # -> <empty>
|
||||
@PARAM| # -> @RESTPARAM
|
||||
@RESTURLPARAM| # -> @RESTPARAM
|
||||
@RESTQUERYPARAM| # -> @RESTPARAM
|
||||
|
|
Loading…
Reference in New Issue