diff options
author | Kate <26026535+provokateurin@users.noreply.github.com> | 2023-09-27 09:18:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-27 09:18:25 +0200 |
commit | f134244c90ab4aff3fa7758f8c548ebd89c6a256 (patch) | |
tree | 67e692cf1b2718e9fb75c102421642ada8f6ba8d /core/openapi.json | |
parent | 6fb5f97abc63f1cf77921c6b4adb182b27793338 (diff) | |
parent | c2d45cb1728e2191e51424734e74cb2a56b323b0 (diff) | |
download | nextcloud-server-f134244c90ab4aff3fa7758f8c548ebd89c6a256.tar.gz nextcloud-server-f134244c90ab4aff3fa7758f8c548ebd89c6a256.zip |
Merge pull request #40502 from nextcloud/fix/openapi/single-status-descriptions
Add single status code descriptions for OpenAPI
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": { |