We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93421b commit 8e4aeeaCopy full SHA for 8e4aeea
specs/transformation.jq
@@ -38,4 +38,6 @@
38
| .paths."/cloud-connect-cspm-azure/entities/download-certificate/v1".get.parameters[1].default = "false"
39
40
# Needed by rusty-falcon (stricter typing)
41
- | .definitions."deviceapi.DeviceDetailsResponseSwagger".properties.errors."x-nullable" = true
+ | .definitions."deviceapi.DeviceDetailsResponseSwagger".properties.errors."x-nullable" = true
42
+
43
+ | .paths."/ioarules/queries/rule-groups-full/v1".get.responses."200" = .paths."/ioarules/entities/rule-groups/v1".get.responses."200"
0 commit comments