We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67bb898 commit 56cb9caCopy full SHA for 56cb9ca
docs/SourcesApi.md
@@ -936,7 +936,7 @@ public class Example {
936
token.setBearerToken("BEARER TOKEN");
937
938
SourcesApi apiInstance = new SourcesApi(defaultClient);
939
- String sourceId = "87jXXk8QSLFPfMDGa6mtS3"; // String |
+ String sourceId = "44LMHs8Wf5vidxba4kN52J"; // String |
940
UpdateSourceV1Input updateSourceV1Input = new UpdateSourceV1Input(); // UpdateSourceV1Input |
941
try {
942
UpdateSource200Response result = apiInstance.updateSource(sourceId, updateSourceV1Input);
0 commit comments