File tree Expand file tree Collapse file tree 4 files changed +4
-24
lines changed Expand file tree Collapse file tree 4 files changed +4
-24
lines changed Original file line number Diff line number Diff line change @@ -934,7 +934,7 @@ paths:
934
934
content :
935
935
application/json :
936
936
schema :
937
- $ref : ./clinic/models/clinicSite .v1.yaml
937
+ $ref : ./clinic/models/site .v1.yaml
938
938
description : Create a Site
939
939
requestBody :
940
940
content :
@@ -956,7 +956,7 @@ paths:
956
956
content :
957
957
application/json :
958
958
schema :
959
- $ref : ./clinic/models/clinicSite .v1.yaml
959
+ $ref : ./clinic/models/site .v1.yaml
960
960
description : Update a Site
961
961
requestBody :
962
962
content :
@@ -2201,10 +2201,6 @@ components:
2201
2201
type : array
2202
2202
items :
2203
2203
$ref : ./clinic/models/dataSource.v1.yaml
2204
- clinicSites.v1 :
2205
- type : array
2206
- items :
2207
- $ref : ./clinic/models/clinicSite.v1.yaml
2208
2204
site.v1 :
2209
2205
$ref : ./clinic/models/site.v1.yaml
2210
2206
siteCreation.v1 :
@@ -2464,7 +2460,7 @@ components:
2464
2460
x-omitempty : false
2465
2461
x-omitzero : true
2466
2462
items :
2467
- $ref : ./clinic/models/clinicSite .v1.yaml
2463
+ $ref : ./clinic/models/site .v1.yaml
2468
2464
addServiceAccount.v1 :
2469
2465
title : AddServiceAccount
2470
2466
x-stoplight :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ properties:
22
22
type : array
23
23
x-go-type-skip-optional-pointer : true
24
24
items :
25
- $ref : ./clinicSite .v1.yaml
25
+ $ref : ./site .v1.yaml
26
26
lastDeletedPatientTag :
27
27
$ref : ./patientTag.v1.yaml
28
28
phoneNumbers :
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments