You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/test/resources/3_0/ruby/petstore-with-fake-endpoints-models-for-testing.yaml
+45Lines changed: 45 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1267,6 +1267,41 @@ paths:
1267
1267
responses:
1268
1268
200:
1269
1269
description: The instance started successfully
1270
+
/fake/parameter-name-mapping:
1271
+
get:
1272
+
tags:
1273
+
- fake
1274
+
summary: parameter name mapping test
1275
+
operationId: getParameterNameMapping
1276
+
parameters:
1277
+
- name: _type
1278
+
in: header
1279
+
description: _type
1280
+
required: true
1281
+
schema:
1282
+
type: integer
1283
+
format: int64
1284
+
- name: type
1285
+
in: query
1286
+
description: type
1287
+
required: true
1288
+
schema:
1289
+
type: string
1290
+
- name: type_
1291
+
in: header
1292
+
description: type_
1293
+
required: true
1294
+
schema:
1295
+
type: string
1296
+
- name: http_debug_option
1297
+
in: query
1298
+
description: http debug option (to test parameter naming option)
0 commit comments