diff options
| author | Dhravya Shah <[email protected]> | 2025-04-05 16:52:42 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-04-05 16:52:42 -0700 |
| commit | 3ab02360ea6858071b485446108f5978089b4a89 (patch) | |
| tree | 8f5ed3ed43dd712dfb7123c2219479f1eddbcd29 /apps/docs/api-reference/endpoints/memory-management | |
| parent | connections endpoints (diff) | |
| download | supermemory-3ab02360ea6858071b485446108f5978089b4a89.tar.xz supermemory-3ab02360ea6858071b485446108f5978089b4a89.zip | |
docs: More info about every endpoint
Diffstat (limited to 'apps/docs/api-reference/endpoints/memory-management')
| -rw-r--r-- | apps/docs/api-reference/endpoints/memory-management/put-update.mdx | 6 |
1 files changed, 5 insertions, 1 deletions
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 312a6e56..8970ffe3 100644 --- a/apps/docs/api-reference/endpoints/memory-management/put-update.mdx +++ b/apps/docs/api-reference/endpoints/memory-management/put-update.mdx @@ -1,3 +1,7 @@ --- openapi: put /update/{id} ----
\ No newline at end of file +--- + +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. |