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@aaa4908f.
  • Loading branch information
APIs and Common Services team committed Jan 28, 2025
1 parent 67bb898 commit 56cb9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/SourcesApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ public class Example {
token.setBearerToken("BEARER TOKEN");

SourcesApi apiInstance = new SourcesApi(defaultClient);
String sourceId = "87jXXk8QSLFPfMDGa6mtS3"; // String |
String sourceId = "44LMHs8Wf5vidxba4kN52J"; // String |
UpdateSourceV1Input updateSourceV1Input = new UpdateSourceV1Input(); // UpdateSourceV1Input |
try {
UpdateSource200Response result = apiInstance.updateSource(sourceId, updateSourceV1Input);
Expand Down

0 comments on commit 56cb9ca

Please sign in to comment.