1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00

feat: update creation endpoint

This commit is contained in:
Christy Jacob 2022-02-06 13:25:33 +04:00
parent 20415aaafd
commit 132011102e

View file

@ -600,7 +600,7 @@ function runBuildStage(string $buildId, string $projectID, string $path, array $
}
App::post('/v1/execution')
->desc('Execute a function')
->desc('Create a function execution')
->param('functionId', '', new Text(1024), 'The FunctionID to execute')
->param('deploymentId', '', new Text(1024), 'The deployment ID to execute')
->param('buildId', '', new Text(1024), 'The build ID of the function')