diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ff4564d29c..a0f2b96a9b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -79,7 +79,7 @@ To get proper autocompletion for all the different functions and classes in the ```bash docker run --rm --interactive --tty \ --volume $PWD:/app \ - composer install + composer update --ignore-platform-reqs --optimize-autoloader --no-plugins --no-scripts --prefer-dist ``` ### User Interface diff --git a/docs/references/functions/list-executions.md b/docs/references/functions/list-executions.md index 82faa3b913..e1b190b4eb 100644 --- a/docs/references/functions/list-executions.md +++ b/docs/references/functions/list-executions.md @@ -1 +1 @@ -Get a list of all the current user function execution logs. You can use the query params to filter your results. On admin mode, this endpoint will return a list of all of the project's teams. [Learn more about different API modes](/docs/admin). \ No newline at end of file +Get a list of all the current user function execution logs. You can use the query params to filter your results. On admin mode, this endpoint will return a list of all of the project's executions. [Learn more about different API modes](/docs/admin). \ No newline at end of file