From b70e67f1213052c62a8bdf5c3b8662d675312c5f Mon Sep 17 00:00:00 2001 From: Albin Antony Date: Mon, 13 Nov 2023 11:34:29 +0530 Subject: [PATCH] Fix #44 READ - Fetch a consent record (latest revision) update path --- openapi/v2023.11.1/bundled.yaml | 4 ++-- openapi/v2023.11.1/index.yaml | 2 +- .../paths/serviceVerificationAgreementConsentRecordRead.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/openapi/v2023.11.1/bundled.yaml b/openapi/v2023.11.1/bundled.yaml index d20f92b..abcb696 100644 --- a/openapi/v2023.11.1/bundled.yaml +++ b/openapi/v2023.11.1/bundled.yaml @@ -3418,12 +3418,12 @@ paths: x-specification-pii-or-sensitive: 'False' x-specification-scenario: '1.1' x-specification-usecase: UC-C-PIC-A-003 - '/service/verification/data-agreement/{dataAgreementId}': + '/service/verification/consent-record/{consentRecordId}': get: description: READ - Fetch a data agreement record (latest revision). The individualId is supplied as HTTP header. operationId: serviceVerificationAgreementConsentRecordRead parameters: - - $ref: '#/paths/~1audit~1data-agreement~1%7BdataAgreementId%7D/get/parameters/0' + - $ref: '#/paths/~1audit~1consent-record~1%7BconsentRecordId%7D/get/parameters/0' responses: '200': content: diff --git a/openapi/v2023.11.1/index.yaml b/openapi/v2023.11.1/index.yaml index 9bdbb5e..e30722c 100644 --- a/openapi/v2023.11.1/index.yaml +++ b/openapi/v2023.11.1/index.yaml @@ -267,7 +267,7 @@ paths: /service/verification/data-agreements: get: $ref: ./paths/serviceVerificationAgreementList.yaml - /service/verification/data-agreement/{dataAgreementId}: + /service/verification/consent-record/{consentRecordId}: get: $ref: ./paths/serviceVerificationAgreementConsentRecordRead.yaml diff --git a/openapi/v2023.11.1/paths/serviceVerificationAgreementConsentRecordRead.yaml b/openapi/v2023.11.1/paths/serviceVerificationAgreementConsentRecordRead.yaml index 69f38d7..c7d0790 100644 --- a/openapi/v2023.11.1/paths/serviceVerificationAgreementConsentRecordRead.yaml +++ b/openapi/v2023.11.1/paths/serviceVerificationAgreementConsentRecordRead.yaml @@ -1,7 +1,7 @@ description: READ - Fetch a data agreement record (latest revision). The individualId is supplied as HTTP header. operationId: serviceVerificationAgreementConsentRecordRead parameters: -- $ref: "../parameters/dataAgreementId.yaml" +- $ref: "../parameters/consentRecordId.yaml" responses: '200': content: