diff options
Diffstat (limited to 'apps/docs/api-reference/endpoints')
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)) |