Reflected changes to visits stats in the swagger docs

This commit is contained in:
Alejandro Celaya
2023-01-02 12:35:15 +01:00
parent 37c8328eed
commit d734578f74
4 changed files with 23 additions and 7 deletions

View File

@@ -31,8 +31,16 @@
},
"example": {
"visits": {
"visitsCount": 1569874,
"orphanVisitsCount": 71345
"nonOrphanVisits": {
"total": 64994,
"nonBots": 64986,
"bots": 8
},
"orphanVisits": {
"total": 37,
"nonBots": 34,
"bots": 3
}
}
}
}