diff options
| author | Dhravya Shah <[email protected]> | 2025-01-31 19:13:21 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-01-31 19:13:21 -0700 |
| commit | 690d94e329e0f7f907e15286f93f0b6448c6a712 (patch) | |
| tree | b06cff137906b4f41547d585a6a5cf75ec908b5a /apps/docs/openapi.json | |
| parent | docs: update changelog (diff) | |
| download | supermemory-690d94e329e0f7f907e15286f93f0b6448c6a712.tar.xz supermemory-690d94e329e0f7f907e15286f93f0b6448c6a712.zip | |
docs: add notes about infrastructure
Diffstat (limited to 'apps/docs/openapi.json')
| -rw-r--r-- | apps/docs/openapi.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/docs/openapi.json b/apps/docs/openapi.json index 3fc2b53d..1600761c 100644 --- a/apps/docs/openapi.json +++ b/apps/docs/openapi.json @@ -405,7 +405,7 @@ } } }, - "/v1/search": { + "/search": { "post": { "summary": "Search content", "security": [ @@ -448,7 +448,7 @@ } } }, - "/v1/user/spaces": { + "/user/spaces": { "get": { "summary": "Get user spaces", "security": [ @@ -466,7 +466,7 @@ } } }, - "/v1/integrations/notion/import": { + "/integrations/notion/import": { "get": { "summary": "Import Notion content", "security": [ |