From bdb4b83764a228942df6f467c0095a9979d64d26 Mon Sep 17 00:00:00 2001 From: George J Padayatti Date: Mon, 20 Nov 2023 17:43:05 +0530 Subject: [PATCH] Upd: Rename data agreement records to consent records Signed-off-by: George J Padayatti --- openapi/v2023.11.1/bundled.yaml | 13 +++++++------ .../paths/auditDataAgreementRecordsList.yaml | 2 +- .../v2023.11.1/paths/serviceDeleteAllRecords.yaml | 2 +- ...iceListIndividualAgreementConsentRecordList.yaml | 2 +- .../serviceListIndividualConsentRecordList.yaml | 2 +- .../paths/serviceReadIndividualRecordRead.yaml | 1 + .../serviceVerificationAgreementListFilter.yaml | 4 ++-- .../paths/serviceVerificationConsentRecordList.yaml | 4 ++-- 8 files changed, 16 insertions(+), 14 deletions(-) diff --git a/openapi/v2023.11.1/bundled.yaml b/openapi/v2023.11.1/bundled.yaml index 82b0588..93a3a98 100644 --- a/openapi/v2023.11.1/bundled.yaml +++ b/openapi/v2023.11.1/bundled.yaml @@ -3316,7 +3316,7 @@ paths: x-specification-usecase: UC-C-PIC-A-003 /service/verification/consent-records: get: - description: LIST - Fetch data agreement records (latest revision). + description: LIST - Fetch consent records (latest revision). operationId: serviceVerificationConsentRecordList parameters: - $ref: '#/paths/~1config~1policies/get/parameters/1' @@ -3340,7 +3340,7 @@ paths: description: bad input parameter security: - BearerAuth: [] - summary: LIST - Fetch data agreement records (latest revision) + summary: LIST - Fetch consent records (latest revision) tags: - service x-specification-crudl-model: '' @@ -3384,6 +3384,7 @@ paths: parameters: - $ref: '#/paths/~1audit~1data-agreement~1%7BdataAgreementId%7D/get/parameters/0' - $ref: '#/paths/~1service~1individuals/get/parameters/2' + - $ref: '#/paths/~1service~1individuals/get/parameters/2' responses: '200': content: @@ -3499,7 +3500,7 @@ paths: x-specification-scenario: '1.2' x-specification-usecase: UC-C-PIC-I-002 get: - description: LIST - Fetch all current unambiguous data agreement records stored for individual + description: LIST - Fetch all current unambiguous consent records stored for individual operationId: serviceListIndividualConsentRecordList parameters: - $ref: '#/paths/~1config~1policies/get/parameters/1' @@ -3532,7 +3533,7 @@ paths: x-specification-usecase: UC-C-PIC-I-001 /service/individual/record: delete: - description: 'DELETE - Cascading delete operation for Right To Be Forgotten, deletes all data agreement records that shall not be retained and have a "forgettable" DataAgreement. May also delete an unsigned consent record, for instance in cases where the user exits the signing process.' + description: 'DELETE - Cascading delete operation for Right To Be Forgotten, deletes all consent records that shall not be retained and have a "forgettable" DataAgreement. May also delete an unsigned consent record, for instance in cases where the user exits the signing process.' operationId: serviceDeleteAllRecords parameters: - $ref: '#/paths/~1service~1individuals/get/parameters/2' @@ -3712,7 +3713,7 @@ paths: description: bad input parameter security: - BearerAuth: [] - summary: LIST - Fetch data agreement records given to a data agreement + summary: LIST - Fetch consent records given to a data agreement tags: - service x-specification-crudl-model: '' @@ -4076,7 +4077,7 @@ paths: $ref: '#/components/schemas/Pagination' /audit/consent-records: get: - description: LIST - Fetch all data agreement records + description: LIST - Fetch all consent records operationId: auditDataAgreementRecordsList parameters: - $ref: '#/paths/~1config~1policies/get/parameters/1' diff --git a/openapi/v2023.11.1/paths/auditDataAgreementRecordsList.yaml b/openapi/v2023.11.1/paths/auditDataAgreementRecordsList.yaml index 8b64a9b..d253caf 100644 --- a/openapi/v2023.11.1/paths/auditDataAgreementRecordsList.yaml +++ b/openapi/v2023.11.1/paths/auditDataAgreementRecordsList.yaml @@ -1,4 +1,4 @@ -description: LIST - Fetch all data agreement records +description: LIST - Fetch all consent records operationId: auditDataAgreementRecordsList parameters: - $ref: "../parameters/offset.yaml" diff --git a/openapi/v2023.11.1/paths/serviceDeleteAllRecords.yaml b/openapi/v2023.11.1/paths/serviceDeleteAllRecords.yaml index f8de766..4a8d45c 100644 --- a/openapi/v2023.11.1/paths/serviceDeleteAllRecords.yaml +++ b/openapi/v2023.11.1/paths/serviceDeleteAllRecords.yaml @@ -1,5 +1,5 @@ description: DELETE - Cascading delete operation for Right To Be Forgotten, deletes - all data agreement records that shall not be retained and have a "forgettable" DataAgreement. + all consent records that shall not be retained and have a "forgettable" DataAgreement. May also delete an unsigned consent record, for instance in cases where the user exits the signing process. operationId: serviceDeleteAllRecords diff --git a/openapi/v2023.11.1/paths/serviceListIndividualAgreementConsentRecordList.yaml b/openapi/v2023.11.1/paths/serviceListIndividualAgreementConsentRecordList.yaml index ee9008b..6faf8ea 100644 --- a/openapi/v2023.11.1/paths/serviceListIndividualAgreementConsentRecordList.yaml +++ b/openapi/v2023.11.1/paths/serviceListIndividualAgreementConsentRecordList.yaml @@ -23,7 +23,7 @@ responses: description: bad input parameter security: - BearerAuth: [] -summary: LIST - Fetch data agreement records given to a data agreement +summary: LIST - Fetch consent records given to a data agreement tags: - service x-specification-crudl-model: "" diff --git a/openapi/v2023.11.1/paths/serviceListIndividualConsentRecordList.yaml b/openapi/v2023.11.1/paths/serviceListIndividualConsentRecordList.yaml index d14e00b..9e6086a 100644 --- a/openapi/v2023.11.1/paths/serviceListIndividualConsentRecordList.yaml +++ b/openapi/v2023.11.1/paths/serviceListIndividualConsentRecordList.yaml @@ -1,4 +1,4 @@ -description: LIST - Fetch all current unambiguous data agreement records stored for individual +description: LIST - Fetch all current unambiguous consent records stored for individual operationId: serviceListIndividualConsentRecordList parameters: - $ref: "../parameters/offset.yaml" diff --git a/openapi/v2023.11.1/paths/serviceReadIndividualRecordRead.yaml b/openapi/v2023.11.1/paths/serviceReadIndividualRecordRead.yaml index 773925c..544c04b 100644 --- a/openapi/v2023.11.1/paths/serviceReadIndividualRecordRead.yaml +++ b/openapi/v2023.11.1/paths/serviceReadIndividualRecordRead.yaml @@ -5,6 +5,7 @@ operationId: serviceReadIndividualRecordRead parameters: - $ref: "../parameters/dataAgreementId.yaml" - $ref: "../parameters/individualIdHeader.yaml" + - $ref: "../parameters/individualIdHeader.yaml" responses: "200": content: diff --git a/openapi/v2023.11.1/paths/serviceVerificationAgreementListFilter.yaml b/openapi/v2023.11.1/paths/serviceVerificationAgreementListFilter.yaml index c82e71b..c951763 100644 --- a/openapi/v2023.11.1/paths/serviceVerificationAgreementListFilter.yaml +++ b/openapi/v2023.11.1/paths/serviceVerificationAgreementListFilter.yaml @@ -1,4 +1,4 @@ -description: LIST - Fetch data agreement records for supplied AgreementFilter +description: LIST - Fetch consent records for supplied AgreementFilter operationId: serviceVerificationAgreementListFilter parameters: - description: Requested index for start of resources to be provided in response requested @@ -40,7 +40,7 @@ responses: description: bad input parameter security: - BearerAuth: [] -summary: LIST - Fetch data agreement records for supplied AgreementFilter +summary: LIST - Fetch consent records for supplied AgreementFilter tags: - service x-specification-crudl-model: '' diff --git a/openapi/v2023.11.1/paths/serviceVerificationConsentRecordList.yaml b/openapi/v2023.11.1/paths/serviceVerificationConsentRecordList.yaml index 4ba6875..396de97 100644 --- a/openapi/v2023.11.1/paths/serviceVerificationConsentRecordList.yaml +++ b/openapi/v2023.11.1/paths/serviceVerificationConsentRecordList.yaml @@ -1,4 +1,4 @@ -description: LIST - Fetch data agreement records (latest revision). +description: LIST - Fetch consent records (latest revision). operationId: serviceVerificationConsentRecordList parameters: - $ref: "../parameters/offset.yaml" @@ -22,7 +22,7 @@ responses: description: bad input parameter security: - BearerAuth: [] -summary: LIST - Fetch data agreement records (latest revision) +summary: LIST - Fetch consent records (latest revision) tags: - service x-specification-crudl-model: ""