Skip to content

Commit b10b3d9

Browse files
committed
Update README.md
1 parent c2e0727 commit b10b3d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/openapi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ public static async Task<IActionResult> GetSample(
211211
* `Description`: is the description of the parameter.
212212
* `Type`: defines the parameter type. Default value is `typeof(string)`.
213213
* `In`: identifies where the parameter is located &ndash; `header`, `path`, `query` or `cookie`. Default value is `path`.
214+
* `CollectionDelimiter`: identifies the delimiter when a query parameter accepts multiple values &ndash; `comma`, `space` or `pipe`. Default value is `comma`.
215+
* `Explode`: indicates whether a query parameter is used multiple times (eg. `foo=bar1&foo=bar2&foo=bar3`) or not (eg. `foo=bar1,bar2,bar3`). Default value is `false`.
214216
* `Required`: indicates whether the parameter is required or not. Default value is `false`.
215217
* `Visibility`: indicates how the parameter is visible in Azure Logic Apps &ndash; `important`, `advanced` or `internal`. Default value is `undefined`.
216218

0 commit comments

Comments
 (0)