[cwiki] Path parameter generation fix for split rows (#6894)

* fix: path parameter issues

* chore: run generate samples once again

Co-authored-by: Jacob Keith <jkeith@aegistg.com>
This commit is contained in:
Jakesterwars 2020-10-21 22:25:25 -05:00 committed by GitHub
parent e09d1bee43
commit 7e7bfc74de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -27,8 +27,8 @@ h3. {{nickname}}
h4. Parameters
{{#hasPathParams}}
h5. Path Parameters
||Name||Description||Type||Required||Default||Pattern||Enum||{{#pathParams}}
{{>param}}{{/pathParams}}
||Name||Description||Type||Required||Default||Pattern||Enum||
{{#pathParams}}{{>param}}{{/pathParams}}
{{/hasPathParams}}
{{#hasBodyParam}}

View File

@ -0,0 +1 @@
confluence-markup.txt

View File

@ -896,7 +896,7 @@ h4. Responses
"description" : "successful operation",
"headers" : {
"Set-Cookie" : {
"description" : "Cookie authentication key for use with the `auth_cookie` apiKey authentication.",
"description" : "Cookie authentication key for use with the `api_key` apiKey authentication.",
"style" : "simple",
"explode" : false,
"schema" : {