From 855fe0abd9d6b57bb0cfbadfaddcda148577a2a8 Mon Sep 17 00:00:00 2001 From: APIs and Common Services team Date: Thu, 13 Jul 2023 17:52:14 +0000 Subject: [PATCH] Automated SDK update This updates the SDK from internal repo commit segmentio/public-api@f14f806. --- src/main/java/com/segment/publicapi/api/FunctionsApi.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/segment/publicapi/api/FunctionsApi.java b/src/main/java/com/segment/publicapi/api/FunctionsApi.java index 77b5f3ef..7ffa3443 100644 --- a/src/main/java/com/segment/publicapi/api/FunctionsApi.java +++ b/src/main/java/com/segment/publicapi/api/FunctionsApi.java @@ -1454,7 +1454,7 @@ private okhttp3.Call restoreFunctionVersionValidateBeforeCall( } /** - * Restore Function Version Restore an old Function version as a latest version. • In order to + * Restore Function Version Restore an old Function version as the latest version. • In order to * successfully call this endpoint, the specified Workspace needs to have the Functions feature * enabled. Please reach out to your customer success manager for more information. * @@ -1481,7 +1481,7 @@ public RestoreFunctionVersion200Response restoreFunctionVersion( } /** - * Restore Function Version Restore an old Function version as a latest version. • In order to + * Restore Function Version Restore an old Function version as the latest version. • In order to * successfully call this endpoint, the specified Workspace needs to have the Functions feature * enabled. Please reach out to your customer success manager for more information. * @@ -1510,7 +1510,7 @@ public ApiResponse restoreFunctionVersionWith } /** - * Restore Function Version (asynchronously) Restore an old Function version as a latest + * Restore Function Version (asynchronously) Restore an old Function version as the latest * version. • In order to successfully call this endpoint, the specified Workspace needs to have * the Functions feature enabled. Please reach out to your customer success manager for more * information.