mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
feat(build): migrate from Prettier to Oxfmt for docs
Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
@@ -1,33 +1,32 @@
|
||||
---
|
||||
id: get-the-user-object
|
||||
title: "Get the user object"
|
||||
description: "Gets the user object corresponding to the agent making the request, or returns a 401 error if the user is unauthenticated."
|
||||
sidebar_label: "Get the user object"
|
||||
title: 'Get the user object'
|
||||
description: 'Gets the user object corresponding to the agent making the request, or returns a 401 error if the user is unauthenticated.'
|
||||
sidebar_label: 'Get the user object'
|
||||
hide_title: true
|
||||
hide_table_of_contents: true
|
||||
api: eJzFVlFv2zYQ/ivEYQ8JpsTx0IdCRR+yIEvXFVtQO9iAKHBp6WwxkUiVPLnxBP334UjJluxsCLaHPUk6Ho/f993xTg1k6FKrKlJGQww3SE5QjqJ2aIVZPmJKIjXWoquMzpReCzLeQa5Rkyjlk7flKCx+rdFRJIwVFqm22gkp3lxMBVprrFCrfWDlRK1lTTlqUqkkzM4hgnCIQwdxAz9cXPAjNZpQE7/KqirYWRk9eXQMtwGX5lhKfqusqdCSCrsturqgYzuWUhX8QtsKIQZHVuk1tBGslHW00LLEF5dVNjArTbhG6+1uIVNSm+GupTEFSt0va6O3pandyx6F/KdjC7NWepGaOkhwfD7L+Te726i3hDxCBKSoYMOdQ/u5U3sWJDx2byPAZ1lWBY4V7TTszxlLt7eyYtORQGRrPJQk2AYi7AOMuE+HVPcUGfW4guc5irS2lquTdzCNNxfT/1BLJTon169SeCzZbiPc+WI3Vv2JWSwu94WvjPYXR1nM4AU2w43+PIdpbRVtIb5v4PEbQXz/0D5EQHLtIL6Hq446ZxgeIng+S02GM4/J+U2F1GuIIb37/IlFlkss9p/O1DZlxGltC3H2h7i5nosEcqIqnkwKk8oiN47itxdv305kpSab6aTESQIiSRItxNkHkcBlB9nTi8WPKC1a8d3l1dX1bLaY//bL9a8JQBvtsNxuKTd6gGZn2OFRZWUs9U3GJTrRfbsQ73fm8zXSCeMQrwIdBdccZYbWvW8OoCcQiwQ6+AmI74VMU3RuQeYJdZvo00RXVmk66aGccy2dnJ4OyX2UGznzKR0QHBn3ohvtmOOOl/wmFYkVUpp7Wq8m1YyYxf23OMwOU/zSJ6gJ9Oae3Zewo+UHU32X6AAvkyR30A6Id06mwPPCrE/Y9fQdcH2WSLnJIIY1MuVKUg4xDICzDmg3aEOV1pZlepEtHF6ST7wsMtxgYaqSqz9E8lkIgZrKGjKpKdp4Mmk4VBs3XFHtUbSr2pEp+xARbKRVclmEXtCH4fcMV9K3RA8TIkBdl3wHu09+OL6D4/gf5vNbsYvTRsBoxvF2fI/AzTwqwWvcCnnW/nzLQZjLOMiLUnX7vXfbcmL6huLHQCDp20oDS18WPxlbSo738fc558i78Qjzq7DrgJ50G/HmhcWVRZf/2yA8N/XKBDoj9HWF1uFwkg1MXDvBbzMNkjgqpW/t3di4QTr8uTlUaDAl/t+foU4RwmeaVIVU/mfBF3PT3Z57kJVi3lPg+wURcLGFarqHpllKh3e2aFs2f63R8tB42Be0Hx0RhB7hL90TbiGGyzRF35c2sqgZw9GwHF3om2tOKeMf/uD0ie1eOHq3JPV2ELtpgkdoOnwbAwjfYqF9aNv2L4XLpww=
|
||||
sidebar_class_name: "get api-method"
|
||||
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";
|
||||
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 the user object"}
|
||||
>
|
||||
</Heading>
|
||||
as={'h1'}
|
||||
className={'openapi__heading'}
|
||||
children={'Get the user object'}
|
||||
></Heading>
|
||||
|
||||
<MethodEndpoint
|
||||
method={"get"}
|
||||
@@ -37,8 +36,6 @@ import Translate from "@docusaurus/Translate";
|
||||
|
||||
</MethodEndpoint>
|
||||
|
||||
|
||||
|
||||
Gets the user object corresponding to the agent making the request, or returns a 401 error if the user is unauthenticated.
|
||||
|
||||
<ParamsDetails>
|
||||
|
||||
Reference in New Issue
Block a user