File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments