Merge remote-tracking branch 'origin/dev' into feat-upgrade-abuse-recaptcha

This commit is contained in:
kodumbeats 2021-03-22 12:45:55 -04:00
commit 1893b87eed
2 changed files with 2 additions and 2 deletions

View file

@ -435,7 +435,7 @@ App::post('/v1/functions/:functionId/tags')
->label('sdk.response.model', Response::MODEL_TAG) ->label('sdk.response.model', Response::MODEL_TAG)
->param('functionId', '', new UID(), 'Function unique ID.') ->param('functionId', '', new UID(), 'Function unique ID.')
->param('command', '', new Text('1028'), 'Code execution command.') ->param('command', '', new Text('1028'), 'Code execution command.')
->param('code', null, new File(), 'Gzip file with your code package. When used with the Appwrite CLI, pass the path to your code directory, and the CLI will automatically package your code. Use a path that is within the current directory.', false) ->param('code', [], new File(), 'Gzip file with your code package. When used with the Appwrite CLI, pass the path to your code directory, and the CLI will automatically package your code. Use a path that is within the current directory.', false)
->inject('request') ->inject('request')
->inject('response') ->inject('response')
->inject('projectDB') ->inject('projectDB')