Skip to content

Commit

Permalink
Fixed wrong descriptions in the swagger UI documentation about jobs e…
Browse files Browse the repository at this point in the history
…ndpoints
  • Loading branch information
MDeLuise authored and Coduz committed Dec 23, 2022
1 parent b330249 commit 80e6f17
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ paths:
- $ref: '../openapi.yaml#/components/parameters/askTotalCount'
responses:
200:
description: The list of the Jobs available in the Scope
description: The list of the Executions of the Job
content:
application/json:
schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ paths:
- $ref: '../openapi.yaml#/components/parameters/askTotalCount'
responses:
200:
description: The list of the Jobs available in the Scope
description: The list of the Steps of the Job
content:
application/json:
schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ paths:
- $ref: '../openapi.yaml#/components/parameters/askTotalCount'
responses:
200:
description: The list of the Jobs available in the Scope
description: The list of the Targets of the Job
content:
application/json:
schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ paths:
- $ref: '../openapi.yaml#/components/parameters/askTotalCount'
responses:
200:
description: The list of the Jobs available in the Scope
description: The list of the Trigger of the Job
content:
application/json:
schema:
Expand Down

0 comments on commit 80e6f17

Please sign in to comment.