Skip to content

Commit

Permalink
Top level securit added. Renaming of purchase simulation parameter co…
Browse files Browse the repository at this point in the history
…mponent.
  • Loading branch information
msacrea committed Dec 31, 2024
1 parent e72c7f7 commit d978b4c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pensionAPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ tags:
description: Retirement capital transactions.

security:
TBD
- OAuth2:
- read:basic_pension_data

paths:
/insured-persons/{personId}:
Expand Down Expand Up @@ -421,7 +422,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/SimulationParameters'
$ref: '#/components/schemas/PurchaseSimParameters'
responses:
'200':
description: Simulation result
Expand Down Expand Up @@ -1702,7 +1703,7 @@ components:
Provides the personal pension details after the change (referenceDate=tomorrow or effectiveDate,
if specified as API parameter)
SimulationParameters:
PurchaseSimParameters:
type: object
description: Voluntary purchase simulation parameters.
required:
Expand Down

0 comments on commit d978b4c

Please sign in to comment.