mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-01 22:53:05 +02:00
feat(metrics): add IsExcluded field to RouteUptimeAggregate for enhanced status tracking
- updated swagger
This commit is contained in:
@@ -4555,6 +4555,11 @@
|
||||
"x-nullable": false,
|
||||
"x-omitempty": false
|
||||
},
|
||||
"is_excluded": {
|
||||
"type": "boolean",
|
||||
"x-nullable": false,
|
||||
"x-omitempty": false
|
||||
},
|
||||
"statuses": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
||||
Reference in New Issue
Block a user