diff options
author | jld3103 <jld3103yt@gmail.com> | 2023-06-06 06:28:48 +0200 |
---|---|---|
committer | jld3103 <jld3103yt@gmail.com> | 2023-06-06 06:28:48 +0200 |
commit | 1d32dc8f1a777440c8e1a903825a6f936fa4d6dd (patch) | |
tree | 111c365c5d95b3561601c00c6aa98e23d7fecf11 /core/openapi.json | |
parent | 8b2ec1ec55190a70472030f53f77b4f23b1d001e (diff) | |
download | nextcloud-server-1d32dc8f1a777440c8e1a903825a6f936fa4d6dd.tar.gz nextcloud-server-1d32dc8f1a777440c8e1a903825a6f936fa4d6dd.zip |
Fix OpenAPI core paths
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 2371150caa1..06e0047a190 100644 --- a/core/openapi.json +++ b/core/openapi.json @@ -444,7 +444,7 @@ } }, "paths": { - "/index.php/core/avatar/{userId}/{size}/dark": { + "/index.php/avatar/{userId}/{size}/dark": { "get": { "operationId": "avatar-get-avatar-dark", "summary": "Get the dark avatar", @@ -520,7 +520,7 @@ } } }, - "/index.php/core/avatar/{userId}/{size}": { + "/index.php/avatar/{userId}/{size}": { "get": { "operationId": "avatar-get-avatar", "summary": "Get the avatar", @@ -596,7 +596,7 @@ } } }, - "/index.php/core/avatar/guest/{guestName}/{size}/dark": { + "/index.php/avatar/guest/{guestName}/{size}/dark": { "get": { "operationId": "guest_avatar-get-avatar-dark", "summary": "Returns a dark guest avatar image response", @@ -675,7 +675,7 @@ } } }, - "/index.php/core/avatar/guest/{guestName}/{size}": { + "/index.php/avatar/guest/{guestName}/{size}": { "get": { "operationId": "guest_avatar-get-avatar", "summary": "Returns a guest avatar image response", @@ -764,7 +764,7 @@ } } }, - "/index.php/core/login/v2/poll": { + "/index.php/login/v2/poll": { "post": { "operationId": "client_flow_login_v2-poll", "summary": "Poll the login flow credentials", @@ -816,7 +816,7 @@ } } }, - "/index.php/core/login/v2": { + "/index.php/login/v2": { "post": { "operationId": "client_flow_login_v2-init", "summary": "Init a login flow", @@ -846,7 +846,7 @@ } } }, - "/index.php/core/core/preview": { + "/index.php/core/preview": { "get": { "operationId": "preview-get-preview-by-file-id", "summary": "Get a preview by file ID", @@ -975,7 +975,7 @@ } } }, - "/index.php/core/core/preview.png": { + "/index.php/core/preview.png": { "get": { "operationId": "preview-get-preview", "summary": "Get a preview by file ID", @@ -1103,7 +1103,7 @@ } } }, - "/index.php/core/core/references/preview/{referenceId}": { + "/index.php/core/references/preview/{referenceId}": { "get": { "operationId": "reference-preview", "summary": "Get a preview for a reference", @@ -1162,7 +1162,7 @@ } } }, - "/index.php/core/core/wipe/check": { + "/index.php/core/wipe/check": { "post": { "operationId": "wipe-check-wipe", "summary": "Check if the device should be wiped", @@ -1222,7 +1222,7 @@ } } }, - "/index.php/core/core/wipe/success": { + "/index.php/core/wipe/success": { "post": { "operationId": "wipe-wipe-done", "summary": "Finish the wipe", |