Skip to content
Snippets Groups Projects
Commit e8942179 authored by Eva Bardou's avatar Eva Bardou Committed by Bastien Abadie
Browse files

Categorize new ponos endpoints thanks to patch.yml

parent 9585d88a
No related branches found
No related tags found
No related merge requests found
......@@ -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