Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: change endpoint to internal #137

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions reference/clinic.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
summary: List Clinics
tags:
- Clinics
- Internal
responses:
'200':
description: OK
Expand Down Expand Up @@ -83,8 +84,22 @@
properties: {}
'400':
description: Bad Request
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'401':
description: Unauthorized
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'403':
description: Forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'500':
description: Internal Server Error
requestBody:
Expand Down Expand Up @@ -1967,7 +1982,7 @@

https://sandbox.xealth.io/app/api-docs#tag/Digital-Care/paths/preorder/post
/v1/xealth/programs:
put:

Check warning on line 1985 in reference/clinic.v1.yaml

View workflow job for this annotation

GitHub Actions / check / check (check_specs)

operation-description Operation "description" must be present and non-empty string.
summary: Get Programs
operationId: XealthGetPrograms
responses:
Expand All @@ -1984,7 +1999,7 @@
responses:
'200':
description: OK
description: ''

Check warning on line 2002 in reference/clinic.v1.yaml

View workflow job for this annotation

GitHub Actions / check / check (check_specs)

operation-description Operation "description" must be present and non-empty string.
tags:
- Clinics
- Internal
Expand All @@ -1996,7 +2011,7 @@
responses:
'200':
description: OK
description: ''

Check warning on line 2014 in reference/clinic.v1.yaml

View workflow job for this annotation

GitHub Actions / check / check (check_specs)

operation-description Operation "description" must be present and non-empty string.
tags:
- Clinics
- Internal
Expand Down Expand Up @@ -2127,11 +2142,11 @@
$ref: ./clinic/models/patient.v1.yaml
PatientTag:
$ref: ./clinic/models/patienttag.v1.yaml
PatientTags:

Check warning on line 2145 in reference/clinic.v1.yaml

View workflow job for this annotation

GitHub Actions / check / check (check_specs)

oas3-unused-component Potentially unused component has been detected.
type: array
items:
$ref: '#/components/schemas/PatientTag'
DateTime:

Check warning on line 2149 in reference/clinic.v1.yaml

View workflow job for this annotation

GitHub Actions / check / check (check_specs)

oas3-unused-component Potentially unused component has been detected.
$ref: ./common/models/datetime.v1.yaml
DataSource:
$ref: ./clinic/models/datasource.v1.yaml
Expand All @@ -2152,13 +2167,13 @@
minItems: 1
maxItems: 1000
uniqueItems: true
ClinicianRoles:

Check warning on line 2170 in reference/clinic.v1.yaml

View workflow job for this annotation

GitHub Actions / check / check (check_specs)

oas3-unused-component Potentially unused component has been detected.
$ref: ./clinic/models/clinicianroles.v1.yaml
PhoneNumber:

Check warning on line 2172 in reference/clinic.v1.yaml

View workflow job for this annotation

GitHub Actions / check / check (check_specs)

oas3-unused-component Potentially unused component has been detected.
$ref: ./clinic/models/phonenumber.v1.yaml
PatientPermissions:
$ref: ./clinic/models/patientpermissions.v1.yaml
Id:

Check warning on line 2176 in reference/clinic.v1.yaml

View workflow job for this annotation

GitHub Actions / check / check (check_specs)

oas3-unused-component Potentially unused component has been detected.
$ref: ./clinic/models/clinicid.v1.yaml
PatientClinicRelationship:
title: PatientClinicRelationship
Expand Down Expand Up @@ -2265,7 +2280,7 @@
$ref: ./clinic/models/migrationstatus.v1.yaml
required:
- status
MigrationStatus:

Check warning on line 2283 in reference/clinic.v1.yaml

View workflow job for this annotation

GitHub Actions / check / check (check_specs)

oas3-unused-component Potentially unused component has been detected.
$ref: ./clinic/models/migrationstatus.v1.yaml
Meta:
title: Meta
Expand Down Expand Up @@ -2301,7 +2316,7 @@
type: boolean
PatientTagIds:
$ref: ./clinic/models/patienttagids.v1.yaml
TideConfig:

Check warning on line 2319 in reference/clinic.v1.yaml

View workflow job for this annotation

GitHub Actions / check / check (check_specs)

oas3-unused-component Potentially unused component has been detected.
$ref: ./clinic/models/tide/config.v1.yaml
TideFilters:
$ref: ./clinic/models/tide/filters.v1.yaml
Expand Down
Loading