mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Merge branch 'master' of github.com:appwrite/appwrite
This commit is contained in:
commit
8078f88221
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
Loading…
Reference in a new issue