File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ paths:
272272 - schema :
273273 type : array
274274 items :
275- type : string
275+ $ref : ./clinic/models/tide/tideCategoryName.v1.yaml
276276 in : query
277277 name : categories
278278 description : Comma-separated list of category names to include in the report. Omit to include all.
@@ -1825,7 +1825,7 @@ paths:
18251825 parameters :
18261826 - $ref : ' #/components/parameters/clinicId'
18271827 get :
1828- summary : Get Clinic TideReport Settings
1828+ summary : Get Clinic TIDE report settings
18291829 tags :
18301830 - Clinics
18311831 - Internal
@@ -1840,7 +1840,7 @@ paths:
18401840 description : Returns TIDE Report related settings
18411841 x-internal : true
18421842 put :
1843- summary : Update TideReport Settings
1843+ summary : Update TIDE report settings
18441844 operationId : UpdateTideReportSettings
18451845 responses :
18461846 ' 200 ' :
Original file line number Diff line number Diff line change 1+ title : categoryname.v1.yaml
2+ description : ' Allowed TIDE category names'
3+ type : string
4+ enum :
5+ - timeInVeryLowPercent
6+ - timeInAnyLowPercent
7+ - dropInTimeInTargetPercent
8+ - timeInTargetPercent
9+ - timeCGMUsePercent
10+
You can’t perform that action at this time.
0 commit comments