@grafana/openapi 13.0.0-23862154659 → 13.0.0-23863304581
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.
|
@@ -896,6 +896,30 @@
|
|
|
896
896
|
"type": "string"
|
|
897
897
|
}
|
|
898
898
|
},
|
|
899
|
+
{
|
|
900
|
+
"name": "uid",
|
|
901
|
+
"in": "query",
|
|
902
|
+
"description": "filter by team UIDs. Mutually exclusive with teamId.",
|
|
903
|
+
"schema": {
|
|
904
|
+
"type": "array",
|
|
905
|
+
"items": {
|
|
906
|
+
"type": "string"
|
|
907
|
+
}
|
|
908
|
+
}
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"name": "teamId",
|
|
912
|
+
"in": "query",
|
|
913
|
+
"description": "filter by legacy team IDs. Deprecated: use uid instead. Mutually exclusive with uid.",
|
|
914
|
+
"deprecated": true,
|
|
915
|
+
"schema": {
|
|
916
|
+
"type": "array",
|
|
917
|
+
"items": {
|
|
918
|
+
"type": "integer",
|
|
919
|
+
"format": "int64"
|
|
920
|
+
}
|
|
921
|
+
}
|
|
922
|
+
},
|
|
899
923
|
{
|
|
900
924
|
"name": "limit",
|
|
901
925
|
"in": "query",
|