summaryrefslogtreecommitdiffstats
path: root/core/ResponseDefinitions.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-09-27 16:38:21 +0200
committerJoas Schilling <coding@schilljs.com>2023-09-28 14:02:18 +0200
commita7018bc5e8f50f3242f3658c2442baa0dd4d1c65 (patch)
treee80c789c39cdac6f5c917e01ae0246d0ac924caf /core/ResponseDefinitions.php
parent1a1514e29655e10b056cee79129b819fb1ebeeeb (diff)
downloadnextcloud-server-a7018bc5e8f50f3242f3658c2442baa0dd4d1c65.tar.gz
nextcloud-server-a7018bc5e8f50f3242f3658c2442baa0dd4d1c65.zip
fix(autocomplete): Fix missing user status on autocomplete endpoint
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/ResponseDefinitions.php')
-rw-r--r--core/ResponseDefinitions.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/core/ResponseDefinitions.php b/core/ResponseDefinitions.php
index 1e5d97b6267..7e2bc643ce5 100644
--- a/core/ResponseDefinitions.php
+++ b/core/ResponseDefinitions.php
@@ -124,7 +124,12 @@ namespace OCA\Core;
* label: string,
* icon: string,
* source: string,
- * status: string,
+ * status: array{
+ * status: string,
+ * message: ?string,
+ * icon: ?string,
+ * clearAt: ?int,
+ * }|string,
* subline: string,
* shareWithDisplayNameUnique: string,
* }