diff options
| author | Dhravya Shah <[email protected]> | 2025-04-06 12:51:28 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-04-06 12:51:28 -0700 |
| commit | a77b443f8015483af95fdbdd6473120f24584772 (patch) | |
| tree | 4d9904234b33e550f08b51fdee4ee9befe38cc37 /apps/docs | |
| parent | docs: More info about every endpoint (diff) | |
| download | supermemory-a77b443f8015483af95fdbdd6473120f24584772.tar.xz supermemory-a77b443f8015483af95fdbdd6473120f24584772.zip | |
don't treat it as tag
Diffstat (limited to 'apps/docs')
| -rw-r--r-- | apps/docs/api-reference/endpoints/connect/connect-app.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/docs/api-reference/endpoints/connect/connect-app.mdx b/apps/docs/api-reference/endpoints/connect/connect-app.mdx index f77d29df..f32dfe78 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 |