Skip to content

Commit 9fdec28

Browse files
author
APIs and Common Services team
committed
Automated SDK update
This updates the SDK from internal repo commit segmentio/public-api@aaa4908f.
1 parent 055d0cf commit 9fdec28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/SourcesApi.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ configuration = segment_public_api.Configuration(
127127
with segment_public_api.ApiClient(configuration) as api_client:
128128
# Create an instance of the API class
129129
api_instance = segment_public_api.SourcesApi(api_client)
130-
create_source_v1_input = {"slug":"my-test-source-s3_e9_","enabled":true,"metadataId":"IqDTy1TpoU","settings":{}} # CreateSourceV1Input |
130+
create_source_v1_input = {"slug":"my-test-source-2gwoon","enabled":true,"metadataId":"IqDTy1TpoU","settings":{}} # CreateSourceV1Input |
131131

132132
try:
133133
# Create Source
@@ -946,7 +946,7 @@ configuration = segment_public_api.Configuration(
946946
with segment_public_api.ApiClient(configuration) as api_client:
947947
# Create an instance of the API class
948948
api_instance = segment_public_api.SourcesApi(api_client)
949-
source_id = '87jXXk8QSLFPfMDGa6mtS3' # str |
949+
source_id = '44LMHs8Wf5vidxba4kN52J' # str |
950950
update_source_v1_input = {"name":"My updated source","enabled":false} # UpdateSourceV1Input |
951951

952952
try:

0 commit comments

Comments
 (0)