aboutsummaryrefslogtreecommitdiffstats
path: root/docs/versioned_docs/version-v0.23.2/API/get-current-user-stats.api.mdx
diff options
context:
space:
mode:
Diffstat (limited to 'docs/versioned_docs/version-v0.23.2/API/get-current-user-stats.api.mdx')
-rw-r--r--docs/versioned_docs/version-v0.23.2/API/get-current-user-stats.api.mdx64
1 files changed, 0 insertions, 64 deletions
diff --git a/docs/versioned_docs/version-v0.23.2/API/get-current-user-stats.api.mdx b/docs/versioned_docs/version-v0.23.2/API/get-current-user-stats.api.mdx
deleted file mode 100644
index 61b7470d..00000000
--- a/docs/versioned_docs/version-v0.23.2/API/get-current-user-stats.api.mdx
+++ /dev/null
@@ -1,64 +0,0 @@
----
-id: get-current-user-stats
-title: "Get current user stats"
-description: "Returns stats about the current user"
-sidebar_label: "Get current user stats"
-hide_title: true
-hide_table_of_contents: true
-api: eJyNU01v2zAM/SsGz0Kc7uhbBqwfw4AVW4odghwUm4nU2JZKUdkCQ/99oOy2SZYC88WySfE98j0O0GCoyXq2rocKfiBH6kMRWHMo9MZFLthgUUci7LmIAQkUsN4FqFbwFJACrBUErCNZPkK1GmCDmpAWkQ1Uq3VaKyAM3vUBA1QDfJrP5XUO/H3zjDUXvy2bDDIymIGC2vWMPcsV7X1ray1Xyucg9wYItcFOy4mPHqEClyuBAk/OI7EdUfvYfXZu32nah5PsPnYbJEhKTrf64MgyfpiwoNrYAzYfxZd5Ltdj32zgD4P3dmdauzNXM5IM8CVaEuDVeScXvM9ZvnM6YXCJt07yKOiQjWuggh3m6WmRD0oRI5QdllkQEKnpIKqL0pFaqGDQTUMYQiq1t+XhBhQcNFm9acdJTuFR9K2OLUMFhtmHqiyZjjPjNDVIM+09qAtjLA0WU4HCbbMZp/RiZAIppRMH/hQ/jLinPnwbquBKFzkNqikJ1HS4ddRp4ff11zJP3vZbJ9el55HRzWw+m8sSWG6lwv1EZ/H4cJX94vGh2DrK1F9zpdOkwLvAnc4+7nWmc4d8tmzF69jP6g7vW/HfKzu2z/iHS99q2wt+1m+YtF5B1hrECjKhDLxWYFxgiQ7DRgd8ojYl+f0SkWTf1+9q53VXYFA3SNkgezxCBYu6Rs/ZFm0UFv8ssij4ZsC7L0tQoM91u9ApV59Cuj+e1B6GMWPp9tinBGoiwfINSez+F2frt00=
-sidebar_class_name: "get api-method"
-info_path: API/hoarder-api
-custom_edit_url: null
-hide_send_button: 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";
-
-<Heading
- as={"h1"}
- className={"openapi__heading"}
- children={"Get current user stats"}
->
-</Heading>
-
-<MethodEndpoint
- method={"get"}
- path={"/users/me/stats"}
- context={"endpoint"}
->
-
-</MethodEndpoint>
-
-
-
-Returns stats about the current user
-
-<ParamsDetails
- parameters={undefined}
->
-
-</ParamsDetails>
-
-<RequestSchema
- title={"Body"}
- body={undefined}
->
-
-</RequestSchema>
-
-<StatusCodes
- id={undefined}
- label={undefined}
- responses={{"200":{"description":"Object with user stats.","content":{"application/json":{"schema":{"type":"object","properties":{"numBookmarks":{"type":"number"},"numFavorites":{"type":"number"},"numArchived":{"type":"number"},"numTags":{"type":"number"},"numLists":{"type":"number"},"numHighlights":{"type":"number"}},"required":["numBookmarks","numFavorites","numArchived","numTags","numLists","numHighlights"]}}}}}}
->
-
-</StatusCodes>
-
-
- \ No newline at end of file