Skip to content

Commit 68b0246

Browse files
committed
Add old endpoint as alias for backward compatibility
1 parent 642715f commit 68b0246

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/http.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,7 @@ function removeAllRuntimes(Table $activeRuntimes, Orchestration $orchestration):
690690
});
691691

692692
Http::post('/v1/runtimes/:runtimeId/executions')
693+
->alias('/v1/runtimes/:runtimeId/execution')
693694
->desc('Create an execution')
694695
// Execution-related
695696
->param('runtimeId', '', new Text(64), 'The runtimeID to execute.')

0 commit comments

Comments
 (0)