Back to Superset

API

docs/versioned_docs/version-6.0.0/api.mdx

2021.41.0739 B
Original Source

import SwaggerUI from 'swagger-ui-react'; import openapi from '/resources/openapi.json'; import 'swagger-ui-react/swagger-ui.css'; import { Alert } from 'antd';

API

Superset's public REST API follows the OpenAPI specification, and is documented here. The docs below are generated using Swagger React UI.

<Alert type="info" message={ <div> <strong>NOTE! </strong> You can find an interactive version of this documentation on your local Superset instance at <strong>/swagger/v1</strong> (unless disabled) </div> } />

<hr /> <div className="swagger-container"> <SwaggerUI spec={openapi} /> </div>