Skip to content

Commit

Permalink
docs: Add documentation for /result
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkleiven committed Mar 7, 2024
1 parent cc20714 commit 214334e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/main/resources/openapi/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,26 @@ paths:
text/plain:
type: string

/result/{id}:
get:
description: Result for the run
parameters:
- in: path
name: id
required: true
description: ID provided for the run (obtained from the response of the request starting the run)

responses:
200:
description: Result from the run
content:
application/json:
type: object
404:
description: Task not found
content:
text/plain:
type: string

components:
schemas:
Expand Down

0 comments on commit 214334e

Please sign in to comment.