We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea83ab commit b296d46Copy full SHA for b296d46
openapi.yml
@@ -3975,8 +3975,7 @@ components:
3975
name:
3976
type: string
3977
type:
3978
- type: string
3979
- enum: [popular_queries, nohits_queries, counter, log]
+ $ref: "#/components/schemas/AnalyticsRuleType"
3980
collection:
3981
3982
event_type:
@@ -4001,6 +4000,9 @@ components:
4001
4000
4002
weight:
4003
type: integer
+ AnalyticsRuleType:
4004
+ type: string
4005
+ enum: [popular_queries, nohits_queries, counter, log]
4006
AnalyticsRuleUpdate:
4007
type: object
4008
description: Fields allowed to update on an analytics rule
0 commit comments