Fix swagger JSON formatting
parent
ceefd1f5d9
commit
6d495b1d1d
|
@ -1851,14 +1851,14 @@
|
|||
"type": "string",
|
||||
"description": "TICKscript representing this rule"
|
||||
},
|
||||
"status": {
|
||||
"type": "string",
|
||||
"description": "Represents if this rule is enabled or disabled in kapacitor",
|
||||
"enum": [
|
||||
"enabled",
|
||||
"disabled"
|
||||
]
|
||||
},
|
||||
"status": {
|
||||
"type": "string",
|
||||
"description": "Represents if this rule is enabled or disabled in kapacitor",
|
||||
"enum": [
|
||||
"enabled",
|
||||
"disabled"
|
||||
]
|
||||
},
|
||||
"links": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
|
|
Loading…
Reference in New Issue