Skip to content
Snippets Groups Projects
Commit 50e0dfab authored by zuul's avatar zuul Committed by Gerrit Code Review
Browse files

Merge "ari: Add documentation that path parameters are case-sensitive"

parents b544bfbb a5c0cf49
No related branches found
No related tags found
No related merge requests found
{{#api_declaration}} {{#api_declaration}}
h1. {{name_title}} h1. {{name_title}}
|| Method || Path || Return Model || Summary || || Method || Path<br>h5. Parameters are case-sensitive || Return Model || Summary ||
{{#apis}} {{#apis}}
{{#operations}} {{#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}} |
...@@ -17,6 +18,7 @@ h2. {{nickname}}: {{http_method}} {{wiki_path}} ...@@ -17,6 +18,7 @@ h2. {{nickname}}: {{http_method}} {{wiki_path}}
{{#has_path_parameters}} {{#has_path_parameters}}
h3. Path parameters h3. Path parameters
Parameters are case-sensitive.
{{#path_parameters}} {{#path_parameters}}
* {{name}}: _{{data_type}}_ - {{{wiki_description}}} * {{name}}: _{{data_type}}_ - {{{wiki_description}}}
{{#default_value}} {{#default_value}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment