Skip to content

Commit

Permalink
Upd: Rename data agreement records to consent records
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <[email protected]>
  • Loading branch information
georgepadayatti committed Nov 20, 2023
1 parent 15f0fba commit bdb4b83
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 14 deletions.
13 changes: 7 additions & 6 deletions openapi/v2023.11.1/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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: ''
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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: ''
Expand Down Expand Up @@ -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'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: LIST - Fetch all data agreement records
description: LIST - Fetch all consent records
operationId: auditDataAgreementRecordsList
parameters:
- $ref: "../parameters/offset.yaml"
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2023.11.1/paths/serviceDeleteAllRecords.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ operationId: serviceReadIndividualRecordRead
parameters:
- $ref: "../parameters/dataAgreementId.yaml"
- $ref: "../parameters/individualIdHeader.yaml"
- $ref: "../parameters/individualIdHeader.yaml"
responses:
"200":
content:
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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: ''
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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: ""
Expand Down

0 comments on commit bdb4b83

Please sign in to comment.