Skip to content

Commit 9060e71

Browse files
committed
Update aggregations.md
... GET example using square brackets for nesting aggregators (pointed out by @costero-e)
1 parent 0a9f05a commit 9060e71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/aggregations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,11 +282,11 @@ of arrays of concepts.
282282
=== "GET Request Example"
283283

284284
The **non normative** `GET` example uses a standard comma concatenation for
285-
the outer `aggregators` list and a double colon `::` to separate `id` values
285+
the outer `aggregators` list and square brackets `[]` for nesting and indication
286286
of intersecting concepts.
287287

288288
```
289-
?aggregators=sampleOriginDetails,selectedDiseases::sexAtBirth
289+
?aggregators=[sampleOriginDetails],[selectedDiseases,sexAtBirth]
290290
```
291291

292292

0 commit comments

Comments
 (0)