Fix swagger JSON formatting
parent
d7d0cd56f0
commit
c125c48efc
|
@ -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