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.