Mention balance property in API doc

Still because this is reality.
This commit is contained in:
Jocelyn Delalande 2017-12-21 13:50:46 +01:00
parent 21d3f2d895
commit 7bc69cc4ee

View file

@ -73,6 +73,12 @@ Getting information about the project::
{"activated": true, "weight": 1, "id": 32, "name": "Alexis"},
{"activated": true, "weight": 1, "id": 33, "name": "Olivier"},
{"activated": true, "weight": 1, "id": 34, "name": "Fred"}],
"balance": {
"31": 6.0,
"32": 6.0
"33": -6.0
"34": -6.0
}
}