Skip to content

Commit d1b2a97

Browse files
feat(api): api update
1 parent 625befe commit d1b2a97

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: 11
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-545cb166662675b4428244c154764fd6a8c5de0072df1e276c9cab7dad33ae32.yml
3-
openapi_spec_hash: ed54243a79c6a94893158276b16f7150
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-7b4755d42a27a1e18d43be34546005155b34a06583a96ec20698a68a1ce9b466.yml
3+
openapi_spec_hash: 836ddb14f2b942acd38b1b3420ca2a07
44
config_hash: 8477e3ee6fd596ab6ac911d052e4de79

src/supermemory/resources/connections.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def get(
101101
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
102102
) -> ConnectionGetResponse:
103103
"""
104-
Get connection details
104+
Get connection details with id
105105
106106
Args:
107107
extra_headers: Send extra headers
@@ -199,7 +199,7 @@ async def get(
199199
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
200200
) -> ConnectionGetResponse:
201201
"""
202-
Get connection details
202+
Get connection details with id
203203
204204
Args:
205205
extra_headers: Send extra headers

0 commit comments

Comments
 (0)