Skip to content

Commit

Permalink
Automated SDK update
Browse files Browse the repository at this point in the history
This updates the SDK from internal repo commit segmentio/public-api@716613e7.
  • Loading branch information
APIs and Common Services team committed Dec 5, 2024
1 parent e4d31d2 commit daab746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/ProfilesSyncApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ with segment_public_api.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = segment_public_api.ProfilesSyncApi(api_client)
space_id = '9aQ1Lj62S4bomZKLF4DPqW' # str |
create_profiles_warehouse_alpha_input = {"metadataId":"CCIl4HLQPz","settings":{},"enabled":true} # CreateProfilesWarehouseAlphaInput |
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 |

try:
# Create Profiles Warehouse
Expand Down
2 changes: 1 addition & 1 deletion docs/WarehousesApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ configuration = segment_public_api.Configuration(
with segment_public_api.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = segment_public_api.WarehousesApi(api_client)
create_warehouse_v1_input = {"metadataId":"CCIl4HLQPz","settings":{}} # CreateWarehouseV1Input |
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 |

try:
# Create Warehouse
Expand Down

0 comments on commit daab746

Please sign in to comment.