File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -297,11 +297,11 @@ services
297
297
298
298
CollectionFormat | Data
299
299
---|---
300
- [ PathQuery(CollectionFormat = CollectionFormat.Csv)] | id=001,002
301
- [ PathQuery(CollectionFormat = CollectionFormat.Ssv)] | id=001 002
302
- [ PathQuery(CollectionFormat = CollectionFormat.Tsv)] | id=001\002
303
- [ PathQuery(CollectionFormat = CollectionFormat.Pipes)] | id=001|002
304
- [ PathQuery(CollectionFormat = CollectionFormat.Multi)] | id=001&id=002
300
+ [ PathQuery(CollectionFormat = CollectionFormat.Csv)] | ` id=001,002 `
301
+ [ PathQuery(CollectionFormat = CollectionFormat.Ssv)] | ` id=001 002 `
302
+ [ PathQuery(CollectionFormat = CollectionFormat.Tsv)] | ` id=001\002 `
303
+ [ PathQuery(CollectionFormat = CollectionFormat.Pipes)] | ` id=001|002 `
304
+ [ PathQuery(CollectionFormat = CollectionFormat.Multi)] | ` id=001&id=002 `
305
305
306
306
307
307
You can’t perform that action at this time.
0 commit comments