1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

feat: update retry build endpoint

This commit is contained in:
Christy Jacob 2022-01-25 03:17:10 +04:00
parent f712345677
commit da4655df32

View file

@ -1129,7 +1129,7 @@ App::post('/v1/builds/:buildId')
->groups(['api', 'functions'])
->desc('Retry Build')
->label('scope', 'functions.write')
->label('event', 'functions.tags.update')
->label('event', 'functions.deployments.update')
->label('sdk.auth', [APP_AUTH_TYPE_SESSION, APP_AUTH_TYPE_KEY, APP_AUTH_TYPE_JWT])
->label('sdk.namespace', 'functions')
->label('sdk.method', 'retryBuild')