Merge pull request #15740 from PowerToFly/master

fix syntax in the request params
This commit is contained in:
Adrien Grand 2016-01-05 14:29:44 +01:00
commit 12e1b7e456
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ Pre-registered templates can also be rendered using
GET /_render/template/<template_name>
{
"params": {
"...
"..."
}
}
------------------------------------------