|
48 | 48 |
|
49 | 49 | and an openapi.yaml with multiple endpoints having a parameter named "date" |
50 | 50 |
|
51 | | -[source,yaml,subs="attributes"] |
| 51 | +[source,yaml,subs=attributes+] |
52 | 52 | ---- |
53 | 53 | openapi: {var-openapi-version} |
54 | 54 | info: |
@@ -103,7 +103,7 @@ It is possible to add additional parameters that are not described in the OpenAP |
103 | 103 |
|
104 | 104 | While it is possible to add it at the global level, it is best used at the endpoint level. |
105 | 105 |
|
106 | | -[source,yaml,subs="attributes"] |
| 106 | +[source,yaml,subs=attributes+] |
107 | 107 | ---- |
108 | 108 | openapi-processor-mapping: {var-mapping-version} |
109 | 109 |
|
|
119 | 119 |
|
120 | 120 | Given the mapping configuration above and the following endpoint description: |
121 | 121 |
|
122 | | -[source,yaml,subs="attributes"] |
| 122 | +[source,yaml,subs=attributes+] |
123 | 123 | ---- |
124 | 124 | openapi: {var-openapi-version} |
125 | 125 | info: |
@@ -170,7 +170,7 @@ It may also be useful to remove a parameter, maybe it is handled by a request fi |
170 | 170 |
|
171 | 171 | Again, even if it is possible to add it at the global level, it is best used at the endpoint level. |
172 | 172 |
|
173 | | -[source,yaml,subs="attributes"] |
| 173 | +[source,yaml,subs=attributes+] |
174 | 174 | ---- |
175 | 175 | openapi-processor-mapping: {var-mapping-version} |
176 | 176 |
|
|
186 | 186 |
|
187 | 187 | Given the configuration above and the following endpoint description: |
188 | 188 |
|
189 | | -[source,yaml,subs="attributes"] |
| 189 | +[source,yaml,subs=attributes+] |
190 | 190 | ---- |
191 | 191 | openapi: {var-openapi-version} |
192 | 192 | info: |
|
0 commit comments