mirror of
https://github.com/remnawave/python-sdk.git
synced 2026-08-03 22:25:14 +00:00
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
2ccf253af1
commit
0f95dd4129
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ class NodesController(BaseController):
|
|||
async def restart_node(
|
||||
self,
|
||||
uuid: Annotated[str, Path(description="Node UUID")],
|
||||
body: Annotated[RestartNodeRequestBodyDto, PydanticBody()] = RestartNodeRequestBodyDto(),
|
||||
body: Annotated[RestartNodeRequestBodyDto | None, PydanticBody()] = None,
|
||||
) -> RestartNodeResponseDto:
|
||||
"""Restart Node"""
|
||||
...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue