diff options
| author | Dhravya Shah <[email protected]> | 2025-04-08 16:26:12 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-04-08 16:26:12 -0700 |
| commit | c2ce340d189b3c3599f5d71938a9956d0d31daec (patch) | |
| tree | 42cf96f79fe08c09a5cc659bdfe73a6b87b94d31 /apps/docs | |
| parent | Documentation edits made through Mintlify web editor (diff) | |
| download | supermemory-c2ce340d189b3c3599f5d71938a9956d0d31daec.tar.xz supermemory-c2ce340d189b3c3599f5d71938a9956d0d31daec.zip | |
Documentation edits made through Mintlify web editor
Diffstat (limited to 'apps/docs')
3 files changed, 3 insertions, 3 deletions
diff --git a/apps/docs/api-reference/endpoints/connect/connect-app.mdx b/apps/docs/api-reference/endpoints/connect/connect-app.mdx index f32dfe78..712c0739 100644 --- a/apps/docs/api-reference/endpoints/connect/connect-app.mdx +++ b/apps/docs/api-reference/endpoints/connect/connect-app.mdx @@ -3,7 +3,7 @@ openapi: get /connect/{app} --- You may connect supermemory to other apps. -when you send a GET request to the /connect:APP?id=\<\> endpoint, you will get a redirectURL. This is a safe URL that your users can click and select the appropriate files with. Once this is done, supermemory will periodically re-fetch and make sure that the data is always fresh. +when you send a GET request to the \/connect:APP?id= endpoint, you will get a redirectURL. This is a safe URL that your users can click and select the appropriate files with. Once this is done, supermemory will periodically re-fetch and make sure that the data is always fresh. As of right now, these apps are supported: - Notion diff --git a/apps/docs/api-reference/endpoints/memory-management/put-update.mdx b/apps/docs/api-reference/endpoints/memory-management/put-update.mdx index 5f8b646d..cd8b408c 100644 --- a/apps/docs/api-reference/endpoints/memory-management/put-update.mdx +++ b/apps/docs/api-reference/endpoints/memory-management/put-update.mdx @@ -4,4 +4,4 @@ openapi: put /update/{id} Update an existing memory. Please note that all existing metadata will be replaced with the new ones. -You can also use the /add endpoint along with the ID specified.
\ No newline at end of file +You can also use the \/add endpoint along with the ID specified.
\ No newline at end of file diff --git a/apps/docs/api-reference/endpoints/search/post-search.mdx b/apps/docs/api-reference/endpoints/search/post-search.mdx index e7f7beb3..72352e4a 100644 --- a/apps/docs/api-reference/endpoints/search/post-search.mdx +++ b/apps/docs/api-reference/endpoints/search/post-search.mdx @@ -9,4 +9,4 @@ Body: `limit`: Number of documents you want to get -`filters`: Filters can be applied as `AND, OR, negate, numeric` types. You can read more about it here - [https://docs.supermemory.ai/essentials/metadata-filtering](https://docs.supermemory.ai/essentials/metadata-filtering) +`filters`: Filters can be applied as `AND, OR, negate, numeric` types. You can read more about it here - \[metadata filtering here\]([https://docs.supermemory.ai/essentials/metadata-filtering](https://docs.supermemory.ai/essentials/metadata-filtering)) |