Commit e9770cd1 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

minor fix

parent fab23323
Pipeline #2052 running with stage
...@@ -189,7 +189,7 @@ paths: ...@@ -189,7 +189,7 @@ paths:
NOTE: The present document does not specify the mechanism how to retrieve the log files. NOTE: The present document does not specify the mechanism how to retrieve the log files.
parameters: parameters:
- $ref: "#/components/parameters/logJobId" - $ref: "#/components/parameters/logJobId"
- $ref: "#/components/parameters/logJReportId" - $ref: "#/components/parameters/logReportId"
get: get:
description: >- description: >-
The API consumer can use this method for reading an individual log report. The API consumer can use this method for reading an individual log report.
...@@ -448,8 +448,8 @@ components: ...@@ -448,8 +448,8 @@ components:
required: true required: true
schema: schema:
$ref: '../components/SOL009_schemas.yaml#/components/schemas/Identifier' $ref: '../components/SOL009_schemas.yaml#/components/schemas/Identifier'
logJReportId: logReportId:
name: logJReportId name: logReportId
in: path in: path
description: >- description: >-
Identifier of the report. Identifier of the report.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment