mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-22 19:08:44 +03:00
Incorrect Status Code on panel.example.com/docs/api/application#/operations/server.store #421
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?
Originally created by @matthewzhaocc on GitHub (Sep 7, 2025).
Current Behavior
on the documentation of panel.example.com/docs/api/application#/operations/server.store, it mentions the correct status code response is 200 if the request is successful.
Expected Behavior
The status code is 201
Steps to Reproduce
create a instance of the panel and go to the docs url.
Panel Version
1.0.0-beta24
Wings Version
1.0.0-beta16
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@Boy132 commented on GitHub (Sep 7, 2025):
The docs are auto generated. There is a lot of incorrect and/ or incomplete stuff.
When we switch to Laravel Data (#1051) this will improve.