mirror of
https://github.com/apache/superset.git
synced 2026-05-08 01:15:46 +00:00
- Snapshot all four versioned docs sections at v6.1.0; master continues to serve as "Next" (lastVersion: current, banner: unreleased) so editing master keeps updating the canonical URLs - Enable the previously-disabled components plugin and version it - Rename stale "developer_portal" references to "developer_docs" across package.json scripts, manage-versions.mjs, theme files (DocVersionBadge, DocVersionBanner), DOCS_CLAUDE.md, and README.md (URL backward-compat redirect /developer_portal/* preserved) - Add admin_docs version scripts; drop dead "tutorials" plugin id from the version badge - Generalize fixVersionedImports in manage-versions.mjs to walk every section's snapshot and rewrite ../../src/ and ../../data/ imports, catching admin_docs and components files that previous version cuts would have broken - Remove orphan files: developer_portal_versions.json, tutorials_versions.json, and stray empty versions.json files inside components/ and developer_docs/ content directories
69 lines
2.9 KiB
Plaintext
69 lines
2.9 KiB
Plaintext
---
|
|
id: get-charts-permanent-link-state
|
|
title: "Get chart's permanent link state"
|
|
description: "Get chart's permanent link state"
|
|
sidebar_label: "Get chart's permanent link state"
|
|
hide_title: true
|
|
hide_table_of_contents: true
|
|
api: eJzFV21v2zYQ/ivEYcASTImToAMCFf2QBmmarmiD2NkGREbKSGdLiUSy5Mm1J+i/D0fKsh17L2g/5JNEind8nruHx1MDRlpZIaF1EN81UCiIwUjKIQIlK4QYnnABEVj8WhcWM4jJ1hiBS3OsJMQN0MLwMke2UFNo2zEvdkYrh46/nxwd8SPVilARv0pjyiKVVGg1eHRa8dzKn7HaoKUiWDuShPySoUttYdgIYhjlKBxpi5kIK6IlDv3wiClB227NRIBzWZkS1/22La/cdH6DVFvlBK02mWhb3WeS5CH7efVDlCp0Tk5xV+z+HXNvCG9lJjgj6CgWV2omyyITq1QKY/WsyDCDHezWbAOX45flcqtkTbm2xV+YxeKsphwVdfuLXnY7iKwbBiavXpbJJ01iomuVxYL12QUZOdxO1zZFkWl0QmkSOC84/Nukeh+e0cnJS+fGWJ3y8KFEwXmhRSx+Z7mF/KC12u7ica7rMvNUOw+dNW/160sfnytFaJUshUM7QxtYxOJMiVrh3GDKSfOTQqdpbf9BgO8kybIPQQQO09oyR66kj98I4rsxl0OSU66ucDE3pbYortFWUqEi8bFQTzCOYH6Q6gyHHmooxKVUU4ghvb35CBGU8gHL1TCoice1LcXBn+LyYiQSyIlMPBiUOpVlrh3Fp0enpwNpisHseIBh84HhzctCPQ2aJ1y0CYgkSZQQB+9FAmfdgfKZiMVblBat+Ons/PxiOLwfff7t4lMC0EY9vusF5VqtIewneoxFZbSl5WlwiUrU8n4Qb/rpwynSHuMQ300kCuY5ygyte9M8o5NALBLoKCUgfhEyZWHek35C1SZqP1HGFor2lvAOWYp7+/vrhD/ImRx6DayR3phcJUcrx7x7rvKbLEhMkNLcU/0hos0G23g5Fs+zyLS/LBPZBMojz/hLsGj5wfRfJypA5nuuh/ssGN0iXeJhqad7vHT/NbDKN8/GJZJIc2npZydMr3dm0V/YFVKuM4hhihw333XE8B/sOcD+0IZjUluO/84wwnNIH/mzyHCGpTYVwwmefHqDo8ZYTTrVZRsPBg27auOG5dtueTuvHelq6SKCmbQFV0nXVSzvJjQuE1mX1MGECFDVFZeDbsgPB1sBfD8aXYveTxsBo9n01/PdAjcMdY2/cRcntBVX1+yEuWw62Rmqzt6vbn1Lt6xtQ67KgaSvcA08eG2907aS7O/DHyPo2kM+BOHrqj3zpNuIje8tTiy6/HudtBEUaqK3m8NhbdA6LyoqiIv/+hRrJ6ybHYeQOKqkv3K6jvd/aHdjw/4iIpzTwJSyUOzYS6rpdH0H0hS8+zErIGibRb9UN0QQc6c9Xib6DprmQTq8tWXb8vTXGi1fLeOV1vwRyAp/O2cQT2TpcAtbf83C3k3XTe2LVSw3MXeTUi28pMuaRxD5n4DwK9COWYu+6vjtw5ezNEVf/ZY2Wzc6i6g/8ZcXnF9u39ai12e5e2HvO/E0TVgRyljbw/OFnAG27d8pY3Jf
|
|
sidebar_class_name: "get api-method"
|
|
info_path: developer-docs/api/superset
|
|
custom_edit_url: null
|
|
hide_send_button: true
|
|
show_extensions: true
|
|
---
|
|
|
|
import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
|
|
import ParamsDetails from "@theme/ParamsDetails";
|
|
import RequestSchema from "@theme/RequestSchema";
|
|
import StatusCodes from "@theme/StatusCodes";
|
|
import OperationTabs from "@theme/OperationTabs";
|
|
import TabItem from "@theme/TabItem";
|
|
import Heading from "@theme/Heading";
|
|
import Translate from "@docusaurus/Translate";
|
|
|
|
<Heading
|
|
as={"h1"}
|
|
className={"openapi__heading"}
|
|
children={"Get chart's permanent link state"}
|
|
>
|
|
</Heading>
|
|
|
|
<MethodEndpoint
|
|
method={"get"}
|
|
path={"/api/v1/explore/permalink/{key}"}
|
|
context={"endpoint"}
|
|
>
|
|
|
|
</MethodEndpoint>
|
|
|
|
|
|
|
|
Get chart's permanent link state
|
|
|
|
<Heading
|
|
id={"request"}
|
|
as={"h2"}
|
|
className={"openapi-tabs__heading"}
|
|
>
|
|
<Translate id="theme.openapi.request.title">Request</Translate>
|
|
</Heading>
|
|
|
|
<ParamsDetails
|
|
{...require("./get-charts-permanent-link-state.ParamsDetails.json")}
|
|
>
|
|
|
|
</ParamsDetails>
|
|
|
|
<RequestSchema
|
|
{...require("./get-charts-permanent-link-state.RequestSchema.json")}
|
|
>
|
|
|
|
</RequestSchema>
|
|
|
|
<StatusCodes
|
|
{...require("./get-charts-permanent-link-state.StatusCodes.json")}
|
|
>
|
|
|
|
</StatusCodes>
|