Skip to content

Commit 7e54e38

Browse files
committed
fix: update request body from result to report
Signed-off-by: Mats Johansson <extern.mats.johansson@digg.se>
1 parent ddffb62 commit 7e54e38

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

openapi.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,13 @@ paths:
158158
schema:
159159
type: object
160160
required:
161-
- result
161+
- report
162162
properties:
163-
result:
163+
report:
164164
type: array
165165
items:
166-
$ref: '#/components/schemas/RapLPCustomSpectralDiagnosticItem'
167-
description: An array of result items used to generate the Excel report.
166+
$ref: '#/components/schemas/DiagnosticReport'
167+
description: An array of precomputed report items used to generate the Excel report.
168168
responses:
169169
'200':
170170
description: Successful operation
@@ -489,12 +489,12 @@ components:
489489
id:
490490
type: string
491491
example: "UFN.05"
492-
omrade:
492+
område:
493493
type: string
494494
example: "URL Format och namngivning"
495495
required:
496496
- id
497-
- omrade
497+
- område
498498

499499
PopulatedDiagnosticRuleInfo:
500500
allOf:

0 commit comments

Comments
 (0)