feat(core): Add retry execution endpoint to public api (#19132)

Co-authored-by: Csaba Tuncsik <csaba.tuncsik@gmail.com>
Co-authored-by: Marc Littlemore <MarcL@users.noreply.github.com>
This commit is contained in:
Konstantin Tieber
2025-09-11 10:12:53 +02:00
committed by GitHub
parent b147709189
commit c4f41bb534
16 changed files with 229 additions and 20 deletions

View File

@@ -48,6 +48,8 @@ paths:
$ref: './handlers/executions/spec/paths/executions.yml'
/executions/{id}:
$ref: './handlers/executions/spec/paths/executions.id.yml'
/executions/{id}/retry:
$ref: './handlers/executions/spec/paths/executions.id.retry.yml'
/tags:
$ref: './handlers/tags/spec/paths/tags.yml'
/tags/{id}: