Merge branch 'master' of github.com:appwrite/appwrite

This commit is contained in:
Eldad Fux 2021-02-12 20:04:25 +02:00
commit 8078f88221
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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).
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).