Skip to content

Commit

Permalink
Upd: bundle
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 22, 2023
1 parent cbf38db commit 676e836
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions openapi/v2023.11.1/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3136,23 +3136,24 @@ paths:
x-specification-usecase: UC-C-PIC-A-003
/service/verification/data-agreements:
get:
summary: LIST - List all consent records
description: This endpoint is used to list all consent records available for an organisation defined in the consent building block. The results are paginated.
summary: LIST - List all data agreements
description: This endpoint is used to list all data agreements available for an organisation defined in the consent building block. The results are paginated.
operationId: serviceVerificationAgreementList
parameters:
- $ref: '#/paths/~1config~1policies/get/parameters/1'
- $ref: '#/paths/~1config~1policies/get/parameters/2'
- $ref: '#/paths/~1config~1data-agreements/get/parameters/0'
responses:
'200':
content:
application/json:
schema:
type: object
properties:
consentRecords:
dataAgreements:
type: array
items:
$ref: '#/components/schemas/ConsentRecord'
$ref: '#/components/schemas/DataAgreement'
pagination:
$ref: '#/components/schemas/Pagination'
description: ''
Expand All @@ -3162,10 +3163,6 @@ paths:
- BearerAuth: []
tags:
- service
x-specification-crudl-model: ''
x-specification-pii-or-sensitive: 'False'
x-specification-scenario: '1.1'
x-specification-usecase: UC-C-PIC-A-003
'/service/verification/consent-record/{consentRecordId}':
get:
summary: READ - Read latest consent record
Expand Down Expand Up @@ -3504,7 +3501,7 @@ paths:
tags:
- service
put:
summary: UPDATE - Updates signature for consent record
summary: UPDATE - Update consent record signature
description: This endpoint is used to update a signature object for the consent record for an individual in an organiation defined in the consent building block.
operationId: serviceUpdateIndividualConsentRecordSignature
parameters:
Expand Down

0 comments on commit 676e836

Please sign in to comment.