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
|
h4. Parameters
|
||||||
{{#hasPathParams}}
|
{{#hasPathParams}}
|
||||||
h5. Path Parameters
|
h5. Path Parameters
|
||||||
||Name||Description||Type||Required||Default||Pattern||Enum||{{#pathParams}}
|
||Name||Description||Type||Required||Default||Pattern||Enum||
|
||||||
{{>param}}{{/pathParams}}
|
{{#pathParams}}{{>param}}{{/pathParams}}
|
||||||
{{/hasPathParams}}
|
{{/hasPathParams}}
|
||||||
|
|
||||||
{{#hasBodyParam}}
|
{{#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",
|
"description" : "successful operation",
|
||||||
"headers" : {
|
"headers" : {
|
||||||
"Set-Cookie" : {
|
"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",
|
"style" : "simple",
|
||||||
"explode" : false,
|
"explode" : false,
|
||||||
"schema" : {
|
"schema" : {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user