Skip to content

Commit 3b8c0aa

Browse files
committed
move A039 below A020 in list
1 parent 7c785b7 commit 3b8c0aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

specification/e-referrals-service-api.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,6 @@ tags:
290290
- name: Review advice and guidance requests
291291

292292
paths:
293-
/R4/Binary:
294-
post:
295-
$ref: 'components/r4/schemas/endpoints/a039-upload-file-to-document-store.yaml'
296293
/STU3/CodeSystem/{codeSystemType}:
297294
get:
298295
$ref: 'components/stu3/schemas/endpoints/a004-retrieve-reference-data.yaml'
@@ -335,6 +332,9 @@ paths:
335332
/STU3/Binary:
336333
post:
337334
$ref: 'components/stu3/schemas/endpoints/a020-upload-file-to-document-store.yaml'
335+
/R4/Binary:
336+
post:
337+
$ref: 'components/r4/schemas/endpoints/a039-upload-file-to-document-store.yaml'
338338
/STU3/ReferralRequest/{ubrn}/$ers.maintainReferralLetter:
339339
post:
340340
$ref: 'components/stu3/schemas/endpoints/a012-maintain-referral-letter.yaml'

0 commit comments

Comments
 (0)