You've already forked openaccounting-server
mirror of
https://github.com/openaccounting/oa-server.git
synced 2025-12-09 09:00:42 +13:00
Added GET /orgs/:orgId/accounts/:accountI API endpoint
This commit is contained in:
@@ -7,12 +7,12 @@ import (
|
||||
|
||||
/**
|
||||
* @api {get} /health-check Get system health status
|
||||
* @apiVersion 1.1.0
|
||||
* @apiVersion 1.2.0
|
||||
* @apiName GetSystemHealthStatus
|
||||
* @apiGroup SystemHealth
|
||||
*
|
||||
*
|
||||
* @apiHeader {String} Accept-Version: 1.1.0 semver versioning
|
||||
* @apiHeader {String} Accept-Version: 1.2.0 semver versioning
|
||||
*
|
||||
* @apiSuccess {String} database Database status: "ok"; "fail"
|
||||
* @apiSuccess {String} api API status: "ok"
|
||||
|
||||
Reference in New Issue
Block a user