Skip to content

Commit 884bad9

Browse files
committed
Add tide category available names.
1 parent d86eee7 commit 884bad9

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

reference/clinic.v1.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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':
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+

0 commit comments

Comments
 (0)