Browse Source

Update core/ResponseDefinitions.php

Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
pull/45094/head
Marcel Klehr 1 month ago
parent
commit
f5a8bda1ba
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      core/ResponseDefinitions.php

+ 1
- 1
core/ResponseDefinitions.php View File

@@ -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…
Cancel
Save