Skip to content

Commit

Permalink
Do not output empty properties
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Dec 4, 2024
1 parent 12ab693 commit 4f41380
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nodeman/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ def delete_node(name: str, username: Annotated[str, Depends(get_current_username
status.HTTP_404_NOT_FOUND: {},
},
tags=["client"],
response_model_exclude_none=True,
)
async def enroll_node(
name: str,
Expand Down

0 comments on commit 4f41380

Please sign in to comment.