diff options
author | jld3103 <jld3103yt@gmail.com> | 2023-09-19 14:12:17 +0200 |
---|---|---|
committer | jld3103 <jld3103yt@gmail.com> | 2023-09-27 08:05:21 +0200 |
commit | c2d45cb1728e2191e51424734e74cb2a56b323b0 (patch) | |
tree | 0c46d10f4e5ef18bf0771069dd2a896da788b4ba /apps/files_sharing/openapi.json | |
parent | 912b18b1fc9fd90bfc78f942cd2043a5a0145e69 (diff) | |
download | nextcloud-server-c2d45cb1728e2191e51424734e74cb2a56b323b0.tar.gz nextcloud-server-c2d45cb1728e2191e51424734e74cb2a56b323b0.zip |
Add single status code descriptions for OpenAPI
Signed-off-by: jld3103 <jld3103yt@gmail.com>
Diffstat (limited to 'apps/files_sharing/openapi.json')
-rw-r--r-- | apps/files_sharing/openapi.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files_sharing/openapi.json b/apps/files_sharing/openapi.json index 9400f704857..765fcc28c99 100644 --- a/apps/files_sharing/openapi.json +++ b/apps/files_sharing/openapi.json @@ -2107,7 +2107,7 @@ ], "responses": { "200": { - "description": "", + "description": "Pending shares returned", "content": { "application/json": { "schema": { @@ -2609,7 +2609,7 @@ ], "responses": { "200": { - "description": "", + "description": "Deleted shares returned", "content": { "application/json": { "schema": { @@ -2900,7 +2900,7 @@ ], "responses": { "200": { - "description": "", + "description": "Recommended sharees returned", "content": { "application/json": { "schema": { @@ -2960,7 +2960,7 @@ ], "responses": { "200": { - "description": "", + "description": "Accepted remote shares returned", "content": { "application/json": { "schema": { @@ -3023,7 +3023,7 @@ ], "responses": { "200": { - "description": "", + "description": "Pending remote shares returned", "content": { "application/json": { "schema": { |