@grafana/openapi 13.0.0-23854782796 → 13.0.0-23854967850
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -883,7 +883,15 @@
|
|
|
883
883
|
{
|
|
884
884
|
"name": "query",
|
|
885
885
|
"in": "query",
|
|
886
|
-
"description": "team name query string",
|
|
886
|
+
"description": "team name query string (fuzzy/partial match). Mutually exclusive with title.",
|
|
887
|
+
"schema": {
|
|
888
|
+
"type": "string"
|
|
889
|
+
}
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
"name": "title",
|
|
893
|
+
"in": "query",
|
|
894
|
+
"description": "exact match on team name. Mutually exclusive with query.",
|
|
887
895
|
"schema": {
|
|
888
896
|
"type": "string"
|
|
889
897
|
}
|