Dashboards/API: Keep original when conversion fails (#109912)

* keep original

* openapi

* update tests

* workspace

* workspace

* fix ts

* merge main

* update snapshots
This commit is contained in:
Ryan McKinley
2025-10-10 15:37:32 +03:00
committed by GitHub
parent 09a3498552
commit fdccc3e33c
27 changed files with 3779 additions and 8 deletions
@@ -2381,6 +2381,10 @@
"type": "boolean",
"default": false
},
"source": {
"description": "The original value map[string]any",
"type": "object"
},
"storedVersion": {
"description": "The version which was stored when the dashboard was created / updated. Fetching this version should always succeed.",
"type": "string"
@@ -1075,6 +1075,10 @@
"type": "boolean",
"default": false
},
"source": {
"description": "The original value map[string]any",
"type": "object"
},
"storedVersion": {
"description": "The version which was stored when the dashboard was created / updated. Fetching this version should always succeed.",
"type": "string"
@@ -1732,6 +1732,10 @@
"type": "boolean",
"default": false
},
"source": {
"description": "The original value map[string]any",
"type": "object"
},
"storedVersion": {
"description": "The version which was stored when the dashboard was created / updated. Fetching this version should always succeed.",
"type": "string"