Skip to content

Commit

Permalink
Merge pull request #146 from FirelyTeam/fix-json
Browse files Browse the repository at this point in the history
Fix JSON in supported search params
  • Loading branch information
alexzautke committed Jan 22, 2021
2 parents ef1b7e6 + 63bd633 commit 42e594e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firelyserver/configuration/appsettings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@ Restrict supported resources and SearchParameters
::

"SupportedModel": {
"RestrictToResources": [ "Patient", "Observation" ]
"RestrictToSearchParameters": ["Patient.active", "Observation.patient"]
"RestrictToResources": [ "Patient", "Observation" ],
"RestrictToSearchParameters": ["Patient.active", "Observation.patient"],
"RestrictToCompartments": ["Patient"]
},

Expand Down

0 comments on commit 42e594e

Please sign in to comment.