@grafana/openapi 13.2.0-28210054037 → 13.2.0-28412642318

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.
@@ -19757,6 +19757,8 @@
19757
19757
  },
19758
19758
  "/org/preferences": {
19759
19759
  "get": {
19760
+ "deprecated": true,
19761
+ "description": "Use /apis/preferences.grafana.app/v1/namespaces/{namespace}/preferences/namespace",
19760
19762
  "operationId": "getOrgPreferences",
19761
19763
  "responses": {
19762
19764
  "200": {
@@ -19776,6 +19778,8 @@
19776
19778
  "tags": ["org", "preferences"]
19777
19779
  },
19778
19780
  "patch": {
19781
+ "deprecated": true,
19782
+ "description": "Use /apis/preferences.grafana.app/v1/namespaces/{namespace}/preferences/namespace",
19779
19783
  "operationId": "patchOrgPreferences",
19780
19784
  "requestBody": {
19781
19785
  "content": {
@@ -19809,6 +19813,8 @@
19809
19813
  "tags": ["org", "preferences"]
19810
19814
  },
19811
19815
  "put": {
19816
+ "deprecated": true,
19817
+ "description": "Use /apis/preferences.grafana.app/v1/namespaces/{namespace}/preferences/namespace",
19812
19818
  "operationId": "updateOrgPreferences",
19813
19819
  "requestBody": {
19814
19820
  "content": {
@@ -23647,6 +23653,8 @@
23647
23653
  },
23648
23654
  "/user/preferences": {
23649
23655
  "get": {
23656
+ "deprecated": true,
23657
+ "description": "Use /apis/preferences.grafana.app/v1/namespaces/{namespace}/preferences/user-{uid}",
23650
23658
  "operationId": "getUserPreferences",
23651
23659
  "responses": {
23652
23660
  "200": {
@@ -23663,6 +23671,8 @@
23663
23671
  "tags": ["signed_in_user", "preferences"]
23664
23672
  },
23665
23673
  "patch": {
23674
+ "deprecated": true,
23675
+ "description": "Use /apis/preferences.grafana.app/v1/namespaces/{namespace}/preferences/user-{uid}",
23666
23676
  "operationId": "patchUserPreferences",
23667
23677
  "requestBody": {
23668
23678
  "content": {
@@ -23693,7 +23703,8 @@
23693
23703
  "tags": ["signed_in_user", "preferences"]
23694
23704
  },
23695
23705
  "put": {
23696
- "description": "Omitting a key (`theme`, `homeDashboardUID`, `timezone`) will cause the current value to be replaced with the system default value.",
23706
+ "deprecated": true,
23707
+ "description": "Use /apis/preferences.grafana.app/v1/namespaces/{namespace}/preferences/user-{uid}",
23697
23708
  "operationId": "updateUserPreferences",
23698
23709
  "requestBody": {
23699
23710
  "content": {