Skip to content
Snippets Groups Projects
Commit d7cf1279 authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Merge branch 'categorize-ponos-endpoints-openapi' into 'master'

Categorize new ponos endpoints thanks to patch.yml

Closes #285

See merge request !782
parents 9585d88a e8942179
No related branches found
No related tags found
1 merge request!782Categorize new ponos endpoints thanks to patch.yml
......@@ -330,6 +330,12 @@ paths:
- agentAuth: []
tags:
- ponos
post:
description: List all artifacts linked to a task
security:
- agentAuth: []
tags:
- ponos
/ponos/v1/task/{id}/definition/:
get:
description: Retrieve a Ponos task
......@@ -352,3 +358,19 @@ paths:
description: Update a workflow's status and tasks
tags:
- ponos
/ponos/v1/task/{id}/artifact/{path}:
get:
description: Redirect to the S3 url of an artifact in order to download it
operationId: DownloadArtifact
security:
- agentAuth: []
tags:
- ponos
/ponos/v1/task/:
post:
description: Create a task with a parent
operationId: CreateNewTask
security:
- agentAuth: []
tags:
- ponos
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment