You've already forked openaccounting-server
mirror of
https://github.com/openaccounting/oa-server.git
synced 2025-12-09 00:50:59 +13:00
budget api doc fix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user