Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable27] Fix OpenAPI core paths #38657

Merged
merged 1 commit into from
Jun 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 11 additions & 11 deletions core/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -520,7 +520,7 @@
}
}
},
"/index.php/core/avatar/{userId}/{size}": {
"/index.php/avatar/{userId}/{size}": {
"get": {
"operationId": "avatar-get-avatar",
"summary": "Get the avatar",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -1222,7 +1222,7 @@
}
}
},
"/index.php/core/core/wipe/success": {
"/index.php/core/wipe/success": {
"post": {
"operationId": "wipe-wipe-done",
"summary": "Finish the wipe",
Expand Down