aboutsummaryrefslogtreecommitdiffstats
path: root/core/openapi.json
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2024-02-13 10:22:58 +0100
committerJohn Molakvoæ <skjnldsv@protonmail.com>2024-02-13 21:06:31 +0100
commit9593f4d6f9bac5eee9527ac591a6f39dae11d109 (patch)
tree0b318c611fe731f4f1411023859328cab08069bc /core/openapi.json
parent839ddaa3547bb0042b6225edf2df7bff1831cdd5 (diff)
downloadnextcloud-server-9593f4d6f9bac5eee9527ac591a6f39dae11d109.tar.gz
nextcloud-server-9593f4d6f9bac5eee9527ac591a6f39dae11d109.zip
fix: openapi
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'core/openapi.json')
-rw-r--r--core/openapi.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/openapi.json b/core/openapi.json
index 52e684ee729..784cce560cd 100644
--- a/core/openapi.json
+++ b/core/openapi.json
@@ -2421,7 +2421,7 @@
"/ocs/v2.php/hovercard/v1/{userId}": {
"get": {
"operationId": "hover_card-get-user",
- "summary": "Get the user details for a hovercard",
+ "summary": "Get the account details for a hovercard",
"tags": [
"hover_card"
],
@@ -2456,7 +2456,7 @@
],
"responses": {
"200": {
- "description": "User details returned",
+ "description": "Account details returned",
"content": {
"application/json": {
"schema": {
@@ -2505,7 +2505,7 @@
}
},
"404": {
- "description": "User not found",
+ "description": "Account not found",
"content": {
"application/json": {
"schema": {
@@ -4001,7 +4001,7 @@
}
},
"404": {
- "description": "User not found",
+ "description": "Account not found",
"content": {
"text/plain": {
"schema": {