Skip to content

Commit 4aacfa8

Browse files
feat(api): api update
1 parent 5d80a5a commit 4aacfa8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 16
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-2a299fceb88de1170cf82aedfc0b9fd8df9639252f79342250b8e99e529ce43d.yml
3-
openapi_spec_hash: 3e38c38138f6dbc62251455bf028846a
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-ad1692cfae7a00899ce6af1fd56b8294e5fd17d772a154a1671ff76c6ae623a9.yml
3+
openapi_spec_hash: 007d1c70c133a31305c06a62d0319aee
44
config_hash: be10c837d5319a33f30809a3ec223caf

src/supermemory/resources/memories.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def delete(
186186
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
187187
) -> None:
188188
"""
189-
Delete a memory
189+
Delete a memory by ID
190190
191191
Args:
192192
extra_headers: Send extra headers
@@ -465,7 +465,7 @@ async def delete(
465465
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
466466
) -> None:
467467
"""
468-
Delete a memory
468+
Delete a memory by ID
469469
470470
Args:
471471
extra_headers: Send extra headers

0 commit comments

Comments
 (0)