Skip to content

Commit daab746

Browse files
author
APIs and Common Services team
committed
Automated SDK update
This updates the SDK from internal repo commit segmentio/public-api@716613e7.
1 parent e4d31d2 commit daab746

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/ProfilesSyncApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ with segment_public_api.ApiClient(configuration) as api_client:
4545
# Create an instance of the API class
4646
api_instance = segment_public_api.ProfilesSyncApi(api_client)
4747
space_id = '9aQ1Lj62S4bomZKLF4DPqW' # str |
48-
create_profiles_warehouse_alpha_input = {"metadataId":"CCIl4HLQPz","settings":{},"enabled":true} # CreateProfilesWarehouseAlphaInput |
48+
create_profiles_warehouse_alpha_input = {"metadataId":"CCIl4HLQPz","settings":{"username":"CONNECTOR_UNIT_TEST_USER","password":"test_password","auth_type":"password_auth","account":"segment","warehouse":"ENGINEERING","database":"TEST_DB"},"enabled":true} # CreateProfilesWarehouseAlphaInput |
4949

5050
try:
5151
# Create Profiles Warehouse

docs/WarehousesApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ configuration = segment_public_api.Configuration(
197197
with segment_public_api.ApiClient(configuration) as api_client:
198198
# Create an instance of the API class
199199
api_instance = segment_public_api.WarehousesApi(api_client)
200-
create_warehouse_v1_input = {"metadataId":"CCIl4HLQPz","settings":{}} # CreateWarehouseV1Input |
200+
create_warehouse_v1_input = {"metadataId":"CCIl4HLQPz","settings":{"username":"CONNECTOR_UNIT_TEST_USER","password":"test_pass","auth_type":"password_auth","account":"segment","warehouse":"ENGINEERING","database":"TEST_DB"}} # CreateWarehouseV1Input |
201201

202202
try:
203203
# Create Warehouse

0 commit comments

Comments
 (0)