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 /core/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 'core/openapi.json')
-rw-r--r-- | core/openapi.json | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/core/openapi.json b/core/openapi.json index 74e67b28691..602981351f5 100644 --- a/core/openapi.json +++ b/core/openapi.json @@ -858,7 +858,7 @@ ], "responses": { "200": { - "description": "", + "description": "Login flow init returned", "content": { "application/json": { "schema": { @@ -1423,7 +1423,7 @@ ], "responses": { "200": { - "description": "", + "description": "Capabilities returned", "content": { "application/json": { "schema": { @@ -1787,7 +1787,7 @@ ], "responses": { "200": { - "description": "", + "description": "Autocomplete results returned", "content": { "application/json": { "schema": { @@ -3322,7 +3322,7 @@ ], "responses": { "200": { - "description": "", + "description": "Reference returned", "content": { "application/json": { "schema": { @@ -3414,7 +3414,7 @@ ], "responses": { "200": { - "description": "", + "description": "References returned", "content": { "application/json": { "schema": { @@ -3514,7 +3514,7 @@ ], "responses": { "200": { - "description": "", + "description": "References returned", "content": { "application/json": { "schema": { @@ -3586,7 +3586,7 @@ ], "responses": { "200": { - "description": "", + "description": "Providers returned", "content": { "application/json": { "schema": { @@ -3668,7 +3668,7 @@ ], "responses": { "200": { - "description": "", + "description": "Provider touched", "content": { "application/json": { "schema": { @@ -3860,7 +3860,7 @@ ], "responses": { "200": { - "description": "", + "description": "Providers returned", "content": { "application/json": { "schema": { @@ -4070,7 +4070,7 @@ ], "responses": { "200": { - "description": "", + "description": "Supported languages returned", "content": { "application/json": { "schema": { @@ -4393,7 +4393,7 @@ ], "responses": { "200": { - "description": "", + "description": "Task types returned", "content": { "application/json": { "schema": { |