mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #1032] [MERGED] Small api docs improvements #1124
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/1032
Author: @Boy132
Created: 2/25/2025
Status: ✅ Merged
Merged: 2/26/2025
Merged by: @Boy132
Base:
main← Head:boy132/improve-api-docs📝 Commits (10+)
0d67a5bupdate scramblefadca7ccleanup application api endpointse61e97ccleanup client api endpoints2499c14fix security schema and make docs homepage nicer240ad1eMerge remote-tracking branch 'upstream/main' into boy132/improve-api-docs5d1a313remove duplicate myclabs/deep-copy8281557style(api-docs): use Blade template and Tailwind for stylingd10def6Publish scramble view649d3f3Use localStorage theme instead of config9482a9eUpdate routes/docs.php📊 Changes
44 files changed (+436 additions, -29 deletions)
View changed files
📝
app/Http/Controllers/Api/Application/DatabaseHosts/DatabaseHostController.php(+10 -0)📝
app/Http/Controllers/Api/Application/Eggs/EggController.php(+4 -0)📝
app/Http/Controllers/Api/Application/Mounts/MountController.php(+18 -0)📝
app/Http/Controllers/Api/Application/Nodes/AllocationController.php(+8 -0)📝
app/Http/Controllers/Api/Application/Nodes/NodeConfigurationController.php(+4 -0)📝
app/Http/Controllers/Api/Application/Nodes/NodeController.php(+12 -0)📝
app/Http/Controllers/Api/Application/Nodes/NodeDeploymentController.php(+4 -0)📝
app/Http/Controllers/Api/Application/Roles/RoleController.php(+10 -0)📝
app/Http/Controllers/Api/Application/Servers/DatabaseController.php(+12 -0)📝
app/Http/Controllers/Api/Application/Servers/ExternalServerController.php(+4 -0)📝
app/Http/Controllers/Api/Application/Servers/ServerController.php(+10 -0)📝
app/Http/Controllers/Api/Application/Servers/ServerDetailsController.php(+6 -0)📝
app/Http/Controllers/Api/Application/Servers/ServerManagementController.php(+12 -0)📝
app/Http/Controllers/Api/Application/Servers/StartupController.php(+4 -0)📝
app/Http/Controllers/Api/Application/Users/ExternalUserController.php(+4 -0)📝
app/Http/Controllers/Api/Application/Users/UserController.php(+16 -0)📝
app/Http/Controllers/Api/Client/AccountController.php(+7 -0)📝
app/Http/Controllers/Api/Client/ActivityLogController.php(+2 -0)📝
app/Http/Controllers/Api/Client/ApiKeyController.php(+6 -0)📝
app/Http/Controllers/Api/Client/ClientController.php(+6 -0)...and 24 more files
📄 Description
Before:




After:




🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.