diff options
author | jld3103 <jld3103yt@gmail.com> | 2023-06-06 06:28:48 +0200 |
---|---|---|
committer | backportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com> | 2023-06-06 04:49:31 +0000 |
commit | 5d5ed4f57a1e6468d16ed45beb9a911747cfce18 (patch) | |
tree | bd0978a34487d39cad8a84e4bb60a4711477df98 /core | |
parent | 32976c8fe5d37fbc32358ee57a83b505d00f046f (diff) | |
download | nextcloud-server-5d5ed4f57a1e6468d16ed45beb9a911747cfce18.tar.gz nextcloud-server-5d5ed4f57a1e6468d16ed45beb9a911747cfce18.zip |
Fix OpenAPI core paths
Signed-off-by: jld3103 <jld3103yt@gmail.com>
Diffstat (limited to 'core')
-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", |