@grafana/openapi 13.0.0-23600299689 → 13.0.0-23601239552
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.
|
@@ -915,6 +915,14 @@
|
|
|
915
915
|
"format": "int64"
|
|
916
916
|
}
|
|
917
917
|
},
|
|
918
|
+
{
|
|
919
|
+
"name": "membercount",
|
|
920
|
+
"in": "query",
|
|
921
|
+
"description": "when true, includes member count for each team in the response",
|
|
922
|
+
"schema": {
|
|
923
|
+
"type": "boolean"
|
|
924
|
+
}
|
|
925
|
+
},
|
|
918
926
|
{
|
|
919
927
|
"name": "accesscontrol",
|
|
920
928
|
"in": "query",
|
|
@@ -931,6 +939,9 @@
|
|
|
931
939
|
"type": "string"
|
|
932
940
|
},
|
|
933
941
|
"examples": {
|
|
942
|
+
"": {
|
|
943
|
+
"summary": "default sorting"
|
|
944
|
+
},
|
|
934
945
|
"-email": {
|
|
935
946
|
"summary": "email descending",
|
|
936
947
|
"value": "-email"
|
|
@@ -939,9 +950,6 @@
|
|
|
939
950
|
"summary": "title descending",
|
|
940
951
|
"value": "-title"
|
|
941
952
|
},
|
|
942
|
-
"default": {
|
|
943
|
-
"summary": "default sorting"
|
|
944
|
-
},
|
|
945
953
|
"email": {
|
|
946
954
|
"summary": "email ascending",
|
|
947
955
|
"value": "email"
|
|
@@ -4646,6 +4654,10 @@
|
|
|
4646
4654
|
"type": "string",
|
|
4647
4655
|
"default": ""
|
|
4648
4656
|
},
|
|
4657
|
+
"memberCount": {
|
|
4658
|
+
"type": "integer",
|
|
4659
|
+
"format": "int64"
|
|
4660
|
+
},
|
|
4649
4661
|
"name": {
|
|
4650
4662
|
"type": "string",
|
|
4651
4663
|
"default": ""
|