Skip to content

Commit

Permalink
Docstring detail.
Browse files Browse the repository at this point in the history
  • Loading branch information
facundobatista committed Sep 1, 2024
1 parent cac9b41 commit 36d5437
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kilink/views_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,18 +131,18 @@ def get_tree(linkode_id, revno=None):
linkode_id: <linkode id>,
timestamp: <linkode creation timestamp>,
order: 1,
children": [
children: [
{
linkode_id: <linkode id>,
timestamp: <linkode creation timestamp>,
order: 2,
children": [...]
children: [...]
},
{
linkode_id: <linkode id>,
timestamp: <linkode creation timestamp>,
order: 3,
children": [...]
children: [...]
},
]
}
Expand Down

0 comments on commit 36d5437

Please sign in to comment.