File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/supermemory/resources Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11configured_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
44config_hash : 8477e3ee6fd596ab6ac911d052e4de79
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments