mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Allow execution filter attributes
This commit is contained in:
parent
ad78259c10
commit
3471359735
1 changed files with 4 additions and 1 deletions
|
|
@ -8,7 +8,10 @@ class Executions extends Base
|
|||
'trigger',
|
||||
'status',
|
||||
'responseStatusCode',
|
||||
'duration'
|
||||
'duration',
|
||||
'requestMethod',
|
||||
'requestPath',
|
||||
'deploymentId'
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue