mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
Mention balance property in API doc
Still because this is reality.
This commit is contained in:
parent
21d3f2d895
commit
7bc69cc4ee
1 changed files with 6 additions and 0 deletions
|
@ -73,6 +73,12 @@ Getting information about the project::
|
||||||
{"activated": true, "weight": 1, "id": 32, "name": "Alexis"},
|
{"activated": true, "weight": 1, "id": 32, "name": "Alexis"},
|
||||||
{"activated": true, "weight": 1, "id": 33, "name": "Olivier"},
|
{"activated": true, "weight": 1, "id": 33, "name": "Olivier"},
|
||||||
{"activated": true, "weight": 1, "id": 34, "name": "Fred"}],
|
{"activated": true, "weight": 1, "id": 34, "name": "Fred"}],
|
||||||
|
"balance": {
|
||||||
|
"31": 6.0,
|
||||||
|
"32": 6.0
|
||||||
|
"33": -6.0
|
||||||
|
"34": -6.0
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue