mirror of
https://github.com/apache/superset.git
synced 2026-04-17 07:05:04 +00:00
chore: Migrate /superset/user_slices and /superset/fave_slices to API v1 (#22964)
Co-authored-by: hughhhh <hughmil3s@gmail.com>
This commit is contained in:
30
docs/static/resources/openapi.json
vendored
30
docs/static/resources/openapi.json
vendored
@@ -1783,12 +1783,21 @@
|
||||
"changed_on_delta_humanized": {
|
||||
"readOnly": true
|
||||
},
|
||||
"changed_on_dttm": {
|
||||
"readOnly": true
|
||||
},
|
||||
"changed_on_utc": {
|
||||
"readOnly": true
|
||||
},
|
||||
"created_by": {
|
||||
"$ref": "#/components/schemas/ChartDataRestApi.get_list.User2"
|
||||
},
|
||||
"created_by_name": {
|
||||
"readOnly": true
|
||||
},
|
||||
"created_by_url": {
|
||||
"readOnly": true
|
||||
},
|
||||
"created_on_delta_humanized": {
|
||||
"readOnly": true
|
||||
},
|
||||
@@ -1821,6 +1830,9 @@
|
||||
"edit_url": {
|
||||
"readOnly": true
|
||||
},
|
||||
"form_data": {
|
||||
"readOnly": true
|
||||
},
|
||||
"id": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
@@ -1848,6 +1860,9 @@
|
||||
"nullable": true,
|
||||
"type": "string"
|
||||
},
|
||||
"slice_url": {
|
||||
"readOnly": true
|
||||
},
|
||||
"table": {
|
||||
"$ref": "#/components/schemas/ChartDataRestApi.get_list.SqlaTable"
|
||||
},
|
||||
@@ -2576,12 +2591,21 @@
|
||||
"changed_on_delta_humanized": {
|
||||
"readOnly": true
|
||||
},
|
||||
"changed_on_dttm": {
|
||||
"readOnly": true
|
||||
},
|
||||
"changed_on_utc": {
|
||||
"readOnly": true
|
||||
},
|
||||
"created_by": {
|
||||
"$ref": "#/components/schemas/ChartRestApi.get_list.User2"
|
||||
},
|
||||
"created_by_name": {
|
||||
"readOnly": true
|
||||
},
|
||||
"created_by_url": {
|
||||
"readOnly": true
|
||||
},
|
||||
"created_on_delta_humanized": {
|
||||
"readOnly": true
|
||||
},
|
||||
@@ -2614,6 +2638,9 @@
|
||||
"edit_url": {
|
||||
"readOnly": true
|
||||
},
|
||||
"form_data": {
|
||||
"readOnly": true
|
||||
},
|
||||
"id": {
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
@@ -2641,6 +2668,9 @@
|
||||
"nullable": true,
|
||||
"type": "string"
|
||||
},
|
||||
"slice_url": {
|
||||
"readOnly": true
|
||||
},
|
||||
"table": {
|
||||
"$ref": "#/components/schemas/ChartRestApi.get_list.SqlaTable"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user