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",
|
"@RESTRETURNCODES" : "\n**Return Codes**\n",
|
||||||
"@PARAMS" : "\n**Parameters**\n",
|
"@PARAMS" : "\n**Parameters**\n",
|
||||||
"@RESTPARAMS" : "",
|
"@RESTPARAMS" : "",
|
||||||
|
"@RESTURLPARAMS" : "",
|
||||||
"@RESTBODYPARAM" : getRestBodyParam,
|
"@RESTBODYPARAM" : getRestBodyParam,
|
||||||
"@RESTREPLYBODY" : getRestReplyBodyParam,
|
"@RESTREPLYBODY" : getRestReplyBodyParam,
|
||||||
"@RESTQUERYPARAM" : "@RESTPARAM",
|
"@RESTQUERYPARAM" : "@RESTPARAM",
|
||||||
|
@ -136,6 +137,7 @@ r'''
|
||||||
@RESTRETURNCODES| # -> \n**Return Codes**\n
|
@RESTRETURNCODES| # -> \n**Return Codes**\n
|
||||||
@PARAMS| # -> \n**Parameters**\n
|
@PARAMS| # -> \n**Parameters**\n
|
||||||
@RESTPARAMS| # -> <empty>
|
@RESTPARAMS| # -> <empty>
|
||||||
|
@RESTURLPARAMS| # -> <empty>
|
||||||
@PARAM| # -> @RESTPARAM
|
@PARAM| # -> @RESTPARAM
|
||||||
@RESTURLPARAM| # -> @RESTPARAM
|
@RESTURLPARAM| # -> @RESTPARAM
|
||||||
@RESTQUERYPARAM| # -> @RESTPARAM
|
@RESTQUERYPARAM| # -> @RESTPARAM
|
||||||
|
|
Loading…
Reference in New Issue