Skip to content

Commit

Permalink
Fix #27 Update read all data attributes for data agreement, list all …
Browse files Browse the repository at this point in the history
…data attributes responses
  • Loading branch information
albinpa authored and georgepadayatti committed Nov 1, 2023
1 parent eda55b7 commit 1e0620b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
14 changes: 6 additions & 8 deletions openapi/v2023.8.2/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1138,14 +1138,12 @@ paths:
- type: object
properties:
dataAgreement:
type: array
items:
type: object
properties:
id:
type: string
purpose:
type: string
type: object
properties:
id:
type: string
purpose:
type: string
type: array
pagination:
$ref: '#/components/schemas/Pagination'
Expand Down
6 changes: 2 additions & 4 deletions openapi/v2023.8.2/definitions/DataAttributeExtras.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
type: array
items:
type: object
properties:
type: object
properties:
id:
type: string
purpose:
Expand Down

0 comments on commit 1e0620b

Please sign in to comment.