diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-12-13 11:09:25 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-12-13 11:11:55 +0000 |
| commit | fecb0079d045d9b02ba10a2fc47dde7f1d890133 (patch) | |
| tree | f4c9545a3b59aee35da257368f5ec775758accf1 /docs/versioned_docs/version-v0.26.0/API/get-current-user-info.api.mdx | |
| parent | af69f637cc474325d9d8a6b468816778b08e600d (diff) | |
| download | karakeep-fecb0079d045d9b02ba10a2fc47dde7f1d890133.tar.zst | |
docs: drop docs for old versions
Diffstat (limited to '')
| -rw-r--r-- | docs/versioned_docs/version-v0.26.0/API/get-current-user-info.api.mdx | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/docs/versioned_docs/version-v0.26.0/API/get-current-user-info.api.mdx b/docs/versioned_docs/version-v0.26.0/API/get-current-user-info.api.mdx deleted file mode 100644 index dff9263d..00000000 --- a/docs/versioned_docs/version-v0.26.0/API/get-current-user-info.api.mdx +++ /dev/null @@ -1,63 +0,0 @@ ---- -id: get-current-user-info -title: "Get current user info" -description: "Returns info about the current user" -sidebar_label: "Get current user info" -hide_title: true -hide_table_of_contents: true -api: eJyNUz1v2zAQ/SvCmwnL7ajNQxukHRq0DjoYHs7SOWIsiQx5SmsI/O/FUUJiJx2iRRJ5H+/eezeh4VgH68W6ARV+soxhiIUdjq6ggxulkJaLegyBBynGyAEGQg8R1Q73kUPE3iByPQYrZ1S7CQemwGEzSotqt097g8DRuyFyRDXh83qtr+u+Pw6PXEvxx0qbmxQNCa1gULtBeBDNIO87W5NmlI9R0ybEuuWe9EvOnlHB5UIw8MF5DmLnpra5iIkS7PCAZDBQz+8vDIax6+jQMSoJIycD7sl2H4rsXE2dEnMRfXCuYxqQknLxNNrAjfJnG1wm7JM+Bj1L6xpUeOA8CSmTKJWXWPYM5Ts8K/VK9xg6VJioaQLHmErytnz+BINnClahZQKW65n5I42doEIr4mNVlhLOqxMFOjH7FXkP80aebcvFUqFwx2yJ70t8MWNBSunCCL9Ul7nzpR1eGNHOOkcOU4ZyEMzy8dWFnhTht9/bzJr6UdN16hnSp9V6tVYvWlH28YJnc3f7X/ybu9vi6MI1eB02GXgXpafsqNkSuGG5cn3eiLd1p1d7fnRz5vGF/0rpO7KDds8KTovOO2SdoTbQ1WpdFD2dpgNFvg9dSnr8NHLQddu/6py3zaBlatR9uwknPqPCpq7ZSzZEN2r3d4ukyr2Y7ubLFgZ0rdcbfXL15YqG80XtaZojtu7EQ0owCwjRfyS1+D9TYIbk -sidebar_class_name: "get api-method" -info_path: API/karakeep-api -custom_edit_url: null ---- - -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 info"} -> -</Heading> - -<MethodEndpoint - method={"get"} - path={"/users/me"} - context={"endpoint"} -> - -</MethodEndpoint> - - - -Returns info 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 data.","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"localUser":{"type":"boolean"}},"required":["id","localUser"]}}}}}} -> - -</StatusCodes> - - -
\ No newline at end of file |
