forked from loafle/openapi-generator-original
[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:
parent
e09d1bee43
commit
7e7bfc74de
@ -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}}
|
||||
|
1
samples/documentation/cwiki/.openapi-generator/FILES
Normal file
1
samples/documentation/cwiki/.openapi-generator/FILES
Normal file
@ -0,0 +1 @@
|
||||
confluence-markup.txt
|
@ -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" : {
|
||||
|
Loading…
x
Reference in New Issue
Block a user