1
0
Fork 0
mirror of synced 2024-10-05 12:43:13 +13:00

Trigger workflow

This commit is contained in:
Jake Barnby 2023-03-23 15:15:57 +13:00
parent 2b1e35659c
commit 5f965e6dad
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -583,6 +583,7 @@ App::delete('/v1/functions/:functionId')
$response->noContent();
});
App::post('/v1/functions/:functionId/deployments')
->groups(['api', 'functions'])
->desc('Create Deployment')