mirror of
https://github.com/Telecominfraproject/wlan-cloud-analytics.git
synced 2025-11-20 08:15:07 +00:00
Adding time point recording.
This commit is contained in:
@@ -810,7 +810,7 @@ paths:
|
|||||||
404:
|
404:
|
||||||
$ref: '#/components/responses/NotFound'
|
$ref: '#/components/responses/NotFound'
|
||||||
|
|
||||||
/board/{id}/timepoint:
|
/board/{id}/timepoints:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- Board data
|
- Board data
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ namespace OpenWifi {
|
|||||||
TransactionId,
|
TransactionId,
|
||||||
Internal){}
|
Internal){}
|
||||||
|
|
||||||
static const std::list<const char *> PathName() { return std::list<const char *>{"/api/v1/board/{id}/timepoint"}; };
|
static const std::list<const char *> PathName() { return std::list<const char *>{"/api/v1/board/{id}/timepoints"}; };
|
||||||
|
|
||||||
private:
|
private:
|
||||||
TimePointDB & DB_=StorageService()->TimePointsDB();
|
TimePointDB & DB_=StorageService()->TimePointsDB();
|
||||||
|
|||||||
Reference in New Issue
Block a user