budget api doc fix

This commit is contained in:
Patrick Nagurny
2020-01-14 14:51:27 -05:00
parent 5ff655f3ea
commit 45fc45736d

View File

@@ -17,7 +17,7 @@ import (
* @apiHeader {String} Accept-Version ^1.4.0 semver versioning
*
* @apiSuccess {String} orgId Id of the Org.
* @apiSuccess {Date} inserted Date Transaction was created
* @apiSuccess {Date} inserted Date Budget was created
* @apiSuccess {Object[]} items Array of Budget Items
*
* @apiSuccessExample Success-Response:
@@ -70,7 +70,7 @@ func GetBudget(w rest.ResponseWriter, r *rest.Request) {
* @apiParam {Number} items.amount Amount budgeted
*
* @apiSuccess {String} orgId Id of the Org.
* @apiSuccess {Date} inserted Date Transaction was created
* @apiSuccess {Date} inserted Date Budget was created
* @apiSuccess {Object[]} items Array of Budget Items
*
* @apiSuccessExample Success-Response: