Skip to content

Commit

Permalink
Add #21 Update: LIST - Fetch all data agreement records to use id que…
Browse files Browse the repository at this point in the history
…ry param
  • Loading branch information
albinpa authored and georgepadayatti committed Oct 30, 2023
1 parent 6690c25 commit 8810c2d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
14 changes: 2 additions & 12 deletions openapi/v2023.8.2/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4120,19 +4120,9 @@ paths:
- vital_interest
- public_task
- legitimate_interest
- description: Unique ID of an object
in: query
name: individualId
schema:
type: string
- description: Unique ID of an object
- description: 'ID contains indivitual id, data agreement id or data agreement record id'
in: query
name: dataAgreementId
schema:
type: string
- description: Unique ID of an object
in: query
name: dataAgreementRecordId
name: id
schema:
type: string
responses:
Expand Down
5 changes: 5 additions & 0 deletions openapi/v2023.8.2/parameters/idQueryParam.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
description: ID contains indivitual id, data agreement id or data agreement record id
in: query
name: id
schema:
type: string
4 changes: 1 addition & 3 deletions openapi/v2023.8.2/paths/auditDataAgreementRecordsList.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ parameters:
- $ref: "../parameters/offset.yaml"
- $ref: "../parameters/limit.yaml"
- $ref: "../parameters/lawfulBasisQueryParam.yaml"
- $ref: "../parameters/individualIdQueryParam.yaml"
- $ref: "../parameters/dataAgreementIdQueryParam.yaml"
- $ref: "../parameters/dataAgreementRecordIdQueryParam.yaml"
- $ref: "../parameters/idQueryParam.yaml"
responses:
"200":
content:
Expand Down

0 comments on commit 8810c2d

Please sign in to comment.