aboutsummaryrefslogtreecommitdiffstats
path: root/docs/versioned_docs/version-v0.23.2/API/hoarder-api.info.mdx
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-04-13 16:18:09 +0000
committerMohamed Bassem <me@mbassem.com>2025-04-13 16:18:09 +0000
commitae76f9464f2f64018548f4ddfe7b94b92616c6dd (patch)
treeadd456d6e4039e4843125bffad22fd106c281f8c /docs/versioned_docs/version-v0.23.2/API/hoarder-api.info.mdx
parent969e774ac029c9fd2f82678af7981862966b79f2 (diff)
downloadkarakeep-ae76f9464f2f64018548f4ddfe7b94b92616c6dd.tar.zst
docs: Release the new API docs
Diffstat (limited to 'docs/versioned_docs/version-v0.23.2/API/hoarder-api.info.mdx')
-rw-r--r--docs/versioned_docs/version-v0.23.2/API/hoarder-api.info.mdx82
1 files changed, 82 insertions, 0 deletions
diff --git a/docs/versioned_docs/version-v0.23.2/API/hoarder-api.info.mdx b/docs/versioned_docs/version-v0.23.2/API/hoarder-api.info.mdx
new file mode 100644
index 00000000..aa76f86c
--- /dev/null
+++ b/docs/versioned_docs/version-v0.23.2/API/hoarder-api.info.mdx
@@ -0,0 +1,82 @@
+---
+id: hoarder-api
+title: "Hoarder API"
+description: "The API for the Hoarder app"
+sidebar_label: Introduction
+sidebar_position: 0
+hide_title: true
+custom_edit_url: null
+---
+
+import ApiLogo from "@theme/ApiLogo";
+import Heading from "@theme/Heading";
+import SchemaTabs from "@theme/SchemaTabs";
+import TabItem from "@theme/TabItem";
+import Export from "@theme/ApiExplorer/Export";
+
+<span
+ className={"theme-doc-version-badge badge badge--secondary"}
+ children={"Version: 1.0.0"}
+>
+</span>
+
+<Heading
+ as={"h1"}
+ className={"openapi__heading"}
+ children={"Hoarder API"}
+>
+</Heading>
+
+
+
+The API for the Hoarder app
+
+<div
+ style={{"marginBottom":"2rem"}}
+>
+ <Heading
+ id={"authentication"}
+ as={"h2"}
+ className={"openapi-tabs__heading"}
+ children={"Authentication"}
+ >
+ </Heading><SchemaTabs
+ className={"openapi-tabs__security-schemes"}
+ >
+ <TabItem
+ label={"HTTP: Bearer Auth"}
+ value={"bearerAuth"}
+ >
+
+
+
+
+ <div>
+ <table>
+ <tbody>
+ <tr>
+ <th>
+ Security Scheme Type:
+ </th><td>
+ http
+ </td>
+ </tr><tr>
+ <th>
+ HTTP Authorization Scheme:
+ </th><td>
+ bearer
+ </td>
+ </tr><tr>
+ <th>
+ Bearer format:
+ </th><td>
+ JWT
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </TabItem>
+ </SchemaTabs>
+</div>
+ \ No newline at end of file