From f70bd7ce18d0ed8993e48115905003012ff32ce1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 30 Sep 2025 18:05:59 +0000 Subject: [PATCH] Update SDK to version v1.96.0 - Generated from OpenAPI spec version v1.96.0 - Auto-generated by GitHub Actions --- README.md | 2 +- gradlew | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 gradlew diff --git a/README.md b/README.md index 12678a0..3d19f34 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ public class App { Integer analysisId = 715320; // Integer try { - BaseResponseLogs result = apiInstance.getAnalysisLogs(analysisId, null); + BaseResponseLogs result = apiInstance.getAnalysisLogs(analysisId); System.out.println(result); } catch (ApiException e) { System.err.println("Exception when calling AnalysesCommentsApi#createAnalysisComment"); diff --git a/gradlew b/gradlew old mode 100644 new mode 100755