Skip to content

Commit

Permalink
fix(impl): [#199] corrections in irs-api.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmf committed Apr 9, 2024
1 parent d8957ad commit 7b1b3a3
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions docs/src/api/irs-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -809,10 +809,9 @@ paths:
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/Policy'
description: Returns the policies.
description: Map of BPN to list of policies
type: string
description: Returns the policies as map of BPN to list of policies.
"401":
content:
application/json:
Expand Down Expand Up @@ -1807,11 +1806,8 @@ components:
validUntil:
type: string
format: date-time
description: Timestamp after which the policy will no longer be accepted in negotiations
businessPartnerNumbers:
type: array
items:
type: string
description: Timestamp after which the policy will no longer be accepted in negotiations.
example: '2025-12-12T23:59:59.999Z'
required:
- payload
- validUntil
Expand Down

0 comments on commit 7b1b3a3

Please sign in to comment.