We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce6e414 commit 6cf4a15Copy full SHA for 6cf4a15
3 files changed
test/overlay-multiline-description/input.yaml
@@ -3,4 +3,10 @@ info:
3
title: Test API
4
version: 1.0.0
5
description: Original description
6
-paths: {}
+paths:
7
+ /test:
8
+ get:
9
+ description: Old path description
10
+ responses:
11
+ '200':
12
+ description: OK
test/overlay-multiline-description/output.yaml
@@ -6,4 +6,13 @@ info:
First line of markdown content.
Second line of markdown content.
+ description: |-
13
+ Path description line 1.
14
+
15
+ Path description line 2.
16
17
18
test/overlay-multiline-description/overlay.yaml
@@ -5,3 +5,9 @@ actions:
+ - target: $.paths['/test'].get
+ update:
0 commit comments