mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
Update core/ResponseDefinitions.php
Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
8d063386d2
commit
f5a8bda1ba
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ namespace OCA\Core;
|
|||
* userId: ?string,
|
||||
* appId: string,
|
||||
* input: array<string, numeric|list<numeric>|string|list<string>>,
|
||||
* output: ?array<string, numeric|list<numeric>|string|list<string>>,
|
||||
* output: null|array<string, numeric|list<numeric>|string|list<string>>,
|
||||
* customId: ?string,
|
||||
* completionExpectedAt: ?int,
|
||||
* progress: ?float
|
||||
|
|
|
|||
Loading…
Reference in a new issue