summaryrefslogtreecommitdiff
path: root/rest-api-templates/api.wiki.mustache
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2018-04-19 03:40:02 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2018-04-19 03:40:02 -0500
commit8df2921e6edcffb5f0dad54456b654c891fff95d (patch)
tree7758c98a801f4c1efd4f6461ccb31f681120a64e /rest-api-templates/api.wiki.mustache
parent6ccf08c54382798609273e65fd67c2d16d6ecdcf (diff)
parent879e592baf80712ba2e54110ece0e036df892ea0 (diff)
Merge "Build System: Enable python3 compatibility."
Diffstat (limited to 'rest-api-templates/api.wiki.mustache')
-rw-r--r--rest-api-templates/api.wiki.mustache2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest-api-templates/api.wiki.mustache b/rest-api-templates/api.wiki.mustache
index ad12bb695..a51c3e6ce 100644
--- a/rest-api-templates/api.wiki.mustache
+++ b/rest-api-templates/api.wiki.mustache
@@ -5,7 +5,7 @@ h1. {{name_title}}
{{#apis}}
{{#operations}}
-| {{http_method}} | [{{wiki_path}}|#{{nickname}}] | {{#response_class}}{{#is_primitive}}{{name}}{{/is_primitive}}{{^is_primitive}}[{{wiki_name}}|{{wiki_prefix}} REST Data Models#{{singular_name}}]{{/is_primitive}}{{/response_class}} | {{summary}} |
+| {{http_method}} | [{{wiki_path}}|#{{nickname}}] | {{#response_class}}{{#is_primitive}}{{name}}{{/is_primitive}}{{^is_primitive}}[{{wiki_name}}|{{wiki_prefix}} REST Data Models#{{singular_name}}]{{/is_primitive}}{{/response_class}} | {{{summary}}} |
{{/operations}}
{{/apis}}
{{#apis}}