aboutsummaryrefslogtreecommitdiffstats
path: root/docs/versioned_docs/version-v0.25.0/API/get-a-single-highlight.api.mdx
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-12-13 11:09:25 +0000
committerMohamed Bassem <me@mbassem.com>2025-12-13 11:11:55 +0000
commitfecb0079d045d9b02ba10a2fc47dde7f1d890133 (patch)
treef4c9545a3b59aee35da257368f5ec775758accf1 /docs/versioned_docs/version-v0.25.0/API/get-a-single-highlight.api.mdx
parentaf69f637cc474325d9d8a6b468816778b08e600d (diff)
downloadkarakeep-fecb0079d045d9b02ba10a2fc47dde7f1d890133.tar.zst
docs: drop docs for old versions
Diffstat (limited to '')
-rw-r--r--docs/versioned_docs/version-v0.25.0/API/get-a-single-highlight.api.mdx71
1 files changed, 0 insertions, 71 deletions
diff --git a/docs/versioned_docs/version-v0.25.0/API/get-a-single-highlight.api.mdx b/docs/versioned_docs/version-v0.25.0/API/get-a-single-highlight.api.mdx
deleted file mode 100644
index 705ceb5a..00000000
--- a/docs/versioned_docs/version-v0.25.0/API/get-a-single-highlight.api.mdx
+++ /dev/null
@@ -1,71 +0,0 @@
----
-id: get-a-single-highlight
-title: "Get a single highlight"
-description: "Get highlight by its id"
-sidebar_label: "Get a single highlight"
-hide_title: true
-hide_table_of_contents: true
-api: eJytVcFu2zAM/RWDpw0QknTosMK3HLau22HD1mGHIAfFYmw1tqRKdJvM0L8PVNzESd1ih53imE/U4+Mj3YHCUHjtSFsDOVwjZZUuq1qXFWWrXaYpZFqBAJJlgHwBn5+iAZYCAhat17SDfNHBCqVHP2+pgnyxjEsBTnrZIKEPCRCKChsJeQe0cwg5BPLalCAAt7JxNb/SqFW93ZXN493VB7v9877aEtniiiloSpADhRsFUYDH+1Z7VJCTb1GAkQ2jqgFKgObqnKQKmJfH4KwJGJjLu9mMf06F+La6w4KyR03VQBAlSU5AQGENoSE+Jp2rdSH52PQu8NmROm3KBgKctw496f3NK2s3jfSbG/VckyggkPT0bb0OSIO4aZsVeo6jUa9EC1tbP6q1aRvu5A7r2j4Cq8EKlR7RgIBV3SK3VuFatjVB/gSMAgi3NJbStHUtV9wcbkEUYCzhPwH1eOltQP+CKoVHSajmI0TiiRsWQ31P1Rxq11fVc06MDvcPb1uOGBBi5DsvZ5fPHXQAZcZStratUf/POYVVI/pGAQ2GIMux2Jk2KcMRv4z7UhqkyirIoUzSpInJYXoYgTDtBoMVWVf0D08D3voacuikUh5DiFPp9PThAgQ8SK+574l8H95L9mSyisiFfDolv5tspJcbRDeRzoE40/W2wqzPkNl1RhVmX3t8tufCXRnspp+saT9wgw11EIhv5joSDPIexJOQHj5Z30hm+OX3bVJRm7Xl41z1ntLFZDaZDRbUgc/8+80o//n3m2xt/Sl5LjYKcDZQI5Mb+k3GS1lmQZuyxuMyOk/cHb312hrf18yWn7paapOmjdvW9c1eHDdnAAH5cI8uBVQ2EIO6biUD/vJ1jPz6vkXPX4HlsdfJEUoHflaQr2Ud8BXOb3707nybvcSzfynNLlmKF1UOIGCDu7OFH5dRQIVSoU809oh5UaCjwdlnI8i+OYzA9cdbECBP3XLmjpR9lFfX7RG3doMmxgNN4v9MMMa/V8aQOg==
-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 a single highlight"}
->
-</Heading>
-
-<MethodEndpoint
- method={"get"}
- path={"/highlights/{highlightId}"}
- context={"endpoint"}
->
-
-</MethodEndpoint>
-
-
-
-Get highlight by its id
-
-<Heading
- id={"request"}
- as={"h2"}
- className={"openapi-tabs__heading"}
- children={"Request"}
->
-</Heading>
-
-<ParamsDetails
- parameters={[{"schema":{"type":"string","example":"ieidlxygmwj87oxz5hxttoc8","title":"HighlightId"},"required":true,"name":"highlightId","in":"path"}]}
->
-
-</ParamsDetails>
-
-<RequestSchema
- title={"Body"}
- body={undefined}
->
-
-</RequestSchema>
-
-<StatusCodes
- id={undefined}
- label={undefined}
- responses={{"200":{"description":"Object with highlight data.","content":{"application/json":{"schema":{"type":"object","properties":{"bookmarkId":{"type":"string"},"startOffset":{"type":"number"},"endOffset":{"type":"number"},"color":{"type":"string","enum":["yellow","red","green","blue"],"default":"yellow"},"text":{"type":"string","nullable":true},"note":{"type":"string","nullable":true},"id":{"type":"string"},"userId":{"type":"string"},"createdAt":{"type":"string"}},"required":["bookmarkId","startOffset","endOffset","text","note","id","userId","createdAt"],"title":"Highlight"}}}},"404":{"description":"Highlight not found","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}},"required":["code","message"]}}}}}}
->
-
-</StatusCodes>
-
-
- \ No newline at end of file