Skip to content

Commit a9833f3

Browse files
[ERSSUP-81811]-[]-[Added 504 response to STU3 endpoints]-[JW]
1 parent 60a1785 commit a9833f3

29 files changed

+58
-0
lines changed

specification/components/stu3/schemas/endpoints/a004-retrieve-reference-data.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,5 @@ responses:
9393
$ref: '../responses/TooManyRequests.yaml'
9494
'500':
9595
$ref: '../responses/InternalServerError.yaml'
96+
'504':
97+
$ref: '../responses/GatewayTimeout.yaml'

specification/components/stu3/schemas/endpoints/a005-retrieve-referral-request-versioned.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,5 @@ responses:
9090
$ref: '../responses/TooManyRequests.yaml'
9191
'500':
9292
$ref: '../responses/InternalServerError.yaml'
93+
'504':
94+
$ref: '../responses/GatewayTimeout.yaml'

specification/components/stu3/schemas/endpoints/a005-retrieve-referral-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,5 @@ responses:
138138
$ref: '../responses/TooManyRequests.yaml'
139139
'500':
140140
$ref: '../responses/InternalServerError.yaml'
141+
'504':
142+
$ref: '../responses/GatewayTimeout.yaml'

specification/components/stu3/schemas/endpoints/a006-retrieve-attachment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,5 @@ responses:
102102
$ref: '../responses/TooManyRequests.yaml'
103103
'500':
104104
$ref: '../responses/InternalServerError.yaml'
105+
'504':
106+
$ref: '../responses/GatewayTimeout.yaml'

specification/components/stu3/schemas/endpoints/a007-retrieve-clinical-information.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,5 @@ responses:
7373
$ref: '../responses/TooManyRequests.yaml'
7474
'500':
7575
$ref: '../responses/InternalServerError.yaml'
76+
'504':
77+
$ref: '../responses/GatewayTimeout.yaml'

specification/components/stu3/schemas/endpoints/a008-retrieve-worklist.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,5 @@ responses:
180180
$ref: '../responses/TooManyRequests.yaml'
181181
'500':
182182
$ref: '../responses/InternalServerError.yaml'
183+
'504':
184+
$ref: '../responses/GatewayTimeout.yaml'

specification/components/stu3/schemas/endpoints/a010-patient-service-search.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,5 @@ responses:
8787
$ref: '../responses/TooManyRequests.yaml'
8888
'500':
8989
$ref: '../responses/InternalServerError.yaml'
90+
'504':
91+
$ref: '../responses/GatewayTimeout.yaml'

specification/components/stu3/schemas/endpoints/a011-create-referral.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,5 @@ responses:
111111
$ref: '../responses/TooManyRequests.yaml'
112112
'500':
113113
$ref: '../responses/InternalServerError.yaml'
114+
'504':
115+
$ref: '../responses/GatewayTimeout.yaml'

specification/components/stu3/schemas/endpoints/a012-maintain-referral-letter.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,5 @@ responses:
144144
$ref: '../responses/TooManyRequests.yaml'
145145
'500':
146146
$ref: '../responses/InternalServerError.yaml'
147+
'504':
148+
$ref: '../responses/GatewayTimeout.yaml'

specification/components/stu3/schemas/endpoints/a013-accept-referral.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,5 @@ responses:
7272
$ref: '../responses/TooManyRequests.yaml'
7373
'500':
7474
$ref: '../responses/InternalServerError.yaml'
75+
'504':
76+
$ref: '../responses/GatewayTimeout.yaml'

0 commit comments

Comments
 (0)