Skip to content

Commit a8de2ad

Browse files
feat(api): api update
1 parent 7168dbc commit a8de2ad

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: 26
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-83aebd1251bcf8b6b81906dd5fd50995f393cc9cc03326bc5bd3000605448e1f.yml
3-
openapi_spec_hash: d3e6ae37bf8b023d3d95bf9561135dd3
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-7386f0fb80432ebe6e3ef86bf47b7cf59374639e4a15f63a931375220a8c9c58.yml
3+
openapi_spec_hash: 729176c8916a6cc3b8abe57fd6cdf7c0
44
config_hash: f3eb5ca71172780678106f6d46f15dda

tests/api_resources/test_connections.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def test_method_create_with_all_params(self, client: Supermemory) -> None:
4141
connection = client.connections.create(
4242
provider="notion",
4343
container_tag="containerTag",
44-
container_tags=["_1K--W2kIFj1"],
44+
container_tags=["_:_k--W2K_1V"],
4545
document_limit=1,
4646
metadata={"foo": "string"},
4747
redirect_url="redirectUrl",
@@ -481,7 +481,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncSupermemor
481481
connection = await async_client.connections.create(
482482
provider="notion",
483483
container_tag="containerTag",
484-
container_tags=["_1K--W2kIFj1"],
484+
container_tags=["_:_k--W2K_1V"],
485485
document_limit=1,
486486
metadata={"foo": "string"},
487487
redirect_url="redirectUrl",

0 commit comments

Comments
 (0)