From 7bc69cc4eef45e33ee69548fdc9cfb66be240dbb Mon Sep 17 00:00:00 2001 From: Jocelyn Delalande Date: Thu, 21 Dec 2017 13:50:46 +0100 Subject: [PATCH] Mention balance property in API doc Still because this is reality. --- docs/api.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/api.rst b/docs/api.rst index 05e7f39c..b82c6f3e 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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 + } }