Commit 9da7bcce authored by Chad Woolley's avatar Chad Woolley

Remove extra space from graphql enum

Remove extra space from end of description of
operations value in DomainFilterEnum.
parent 2908a272
...@@ -6,7 +6,7 @@ module Types ...@@ -6,7 +6,7 @@ module Types
graphql_name 'AlertManagementDomainFilter' graphql_name 'AlertManagementDomainFilter'
description 'Filters the alerts based on given domain' description 'Filters the alerts based on given domain'
value 'operations', description: 'Alerts for operations domain ' value 'operations', description: 'Alerts for operations domain'
value 'threat_monitoring', description: 'Alerts for threat monitoring domain' value 'threat_monitoring', description: 'Alerts for threat monitoring domain'
end end
end end
......
...@@ -600,7 +600,7 @@ Filters the alerts based on given domain ...@@ -600,7 +600,7 @@ Filters the alerts based on given domain
""" """
enum AlertManagementDomainFilter { enum AlertManagementDomainFilter {
""" """
Alerts for operations domain Alerts for operations domain
""" """
operations operations
......
...@@ -1500,7 +1500,7 @@ ...@@ -1500,7 +1500,7 @@
"enumValues": [ "enumValues": [
{ {
"name": "operations", "name": "operations",
"description": "Alerts for operations domain ", "description": "Alerts for operations domain",
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
...@@ -4154,7 +4154,7 @@ Filters the alerts based on given domain. ...@@ -4154,7 +4154,7 @@ Filters the alerts based on given domain.
| Value | Description | | Value | Description |
| ----- | ----------- | | ----- | ----------- |
| `operations` | Alerts for operations domain | | `operations` | Alerts for operations domain |
| `threat_monitoring` | Alerts for threat monitoring domain | | `threat_monitoring` | Alerts for threat monitoring domain |
### AlertManagementIntegrationType ### AlertManagementIntegrationType
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment