Skip to content

Commit

Permalink
Upd: Remove from path parameter
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <[email protected]>
  • Loading branch information
georgepadayatti committed Oct 22, 2023
1 parent 2432777 commit d3012b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions openapi/v2023.8.2/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3441,12 +3441,6 @@ paths:
operationId: serviceCreateIndividualConsentRecord
parameters:
- $ref: '#/paths/~1audit~1data-agreement~1%7BdataAgreementId%7D/get/parameters/0'
- description: Unique ID of an object
in: path
name: individualId
required: true
schema:
type: string
- $ref: '#/paths/~1config~1data-agreements/get/parameters/0'
responses:
'200':
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ description:
operationId: serviceCreateIndividualConsentRecord
parameters:
- $ref: "../parameters/dataAgreementId.yaml"
- $ref: "../parameters/individualId.yaml"
- $ref: "../parameters/revisionId.yaml"
responses:
"200":
Expand Down

0 comments on commit d3012b8

Please sign in to comment.