mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
API Docs error #37
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 @linoschaefer on GitHub (May 12, 2024).
Originally assigned to: @lancepioch on GitHub.
Current Behavior
The Update an existing node on the Panel endpoint returns an error
Expected Behavior
An error occurs during the endpoint update of an existing node on the panel.
API error:
{
"errors": [
{
"code": "HttpException",
"status": "419",
"detail": "CSRF Token Mismatch".
}
]
}
API documents error:
Cannot generate the request documentation: Calling a member function parameter() to null
Steps to Reproduce
Go to the API documentation, go to "Application API for Admins" and then to the end point "Update an existing node on the Panel"
Panel Version
Beta 1
Wings Version
Beta 1
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
No response
Is there an existing issue for this?
@lancepioch commented on GitHub (May 16, 2024):
Thanks but this is expected!