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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user