summaryrefslogtreecommitdiffstats
path: root/core/ResponseDefinitions.php
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2024-05-03 10:14:19 +0200
committerMarcel Klehr <mklehr@gmx.net>2024-05-14 11:38:39 +0200
commit8e5662602a1dd264f54f249ce1cfc2f30be627fb (patch)
treee23252130bcc052ff062a05fab3e5b81913b278a /core/ResponseDefinitions.php
parent7a947980db9e8824a3c5c0f32a85af3f07a9ada9 (diff)
downloadnextcloud-server-8e5662602a1dd264f54f249ce1cfc2f30be627fb.tar.gz
nextcloud-server-8e5662602a1dd264f54f249ce1cfc2f30be627fb.zip
feat: Add ExApp endpoints
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Diffstat (limited to 'core/ResponseDefinitions.php')
-rw-r--r--core/ResponseDefinitions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/ResponseDefinitions.php b/core/ResponseDefinitions.php
index dd4196ec383..ef577a61420 100644
--- a/core/ResponseDefinitions.php
+++ b/core/ResponseDefinitions.php
@@ -197,8 +197,8 @@ namespace OCA\Core;
* status: 0|1|2|3|4|5,
* userId: ?string,
* appId: string,
- * input: ?array<array-key, mixed>,
- * output: ?array<array-key, mixed>,
+ * input: ?array<string, mixed>,
+ * output: ?array<string, mixed>,
* identifier: ?string,
* completionExpectedAt: ?int,
* progress: ?float