diff options
Diffstat (limited to 'core/ResponseDefinitions.php')
-rw-r--r-- | core/ResponseDefinitions.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/ResponseDefinitions.php b/core/ResponseDefinitions.php index 5fb2502c388..5a0c00524ee 100644 --- a/core/ResponseDefinitions.php +++ b/core/ResponseDefinitions.php @@ -87,6 +87,7 @@ namespace OC\Core; * name: string, * icon: string, * order: int, + * isExternalProvider: bool, * triggers: list<string>, * filters: array<string, string>, * inAppSearch: bool, @@ -200,6 +201,7 @@ namespace OC\Core; * scheduledAt: ?int, * startedAt: ?int, * endedAt: ?int, + * allowCleanup: bool, * } * * @psalm-type CoreProfileAction = array{ |