Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/get-dashboards-tabs.ParamsDetails.json

12 lines
215 B
JSON

{
"parameters": [
{
"description": "Either the id of the dashboard, or its slug",
"in": "path",
"name": "id_or_slug",
"required": true,
"schema": { "type": "string" }
}
]
}