Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
fix: correct API specs for GET /report-calculation/:id
Browse files Browse the repository at this point in the history
  • Loading branch information
sleidig committed Feb 29, 2024
1 parent 137fca4 commit 9e18a1d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/api-specs/reporting-api-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
description: |-
API to manage reports that provide data calculated based on any entities of the Aam Digital system
and offer notifications when data of such reports changes.
version: 1.0.0-alpha.2
version: 1.0.0-alpha.3
servers:
- url: https://{customerId}.aam-digital.net/api/v1/reporting
description: Developer Instance for testing
Expand Down Expand Up @@ -141,7 +141,7 @@ paths:
type: string
format: date
responses:
200:
201:
description: Return calculation identifier, to be used to check status and result data
content:
application/json:
Expand Down Expand Up @@ -178,9 +178,7 @@ paths:
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/ReportCalculation'
$ref: '#/components/schemas/ReportCalculation'
401:
description: If the access token does not grant permission to this Report
content:
Expand Down

0 comments on commit 9e18a1d

Please sign in to comment.