Skip to content

Commit

Permalink
Fix #44 READ - Fetch a consent record (latest revision) update path
Browse files Browse the repository at this point in the history
  • Loading branch information
albinpa authored and georgepadayatti committed Nov 13, 2023
1 parent e823af1 commit b70e67f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions openapi/v2023.11.1/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2023.11.1/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit b70e67f

Please sign in to comment.