Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Dec 23, 2023
1 parent e980faa commit 0b8d057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion papermerge_cli/rest/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def create_folder(
response_folder: Folder = api_client.post(
'/api/nodes/',
response_model=Folder,
json=folder_to_create.model_dump()
json=folder_to_create.model_dump(mode='json')
)

return response_folder
Expand Down

0 comments on commit 0b8d057

Please sign in to comment.