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@f14f806.
  • Loading branch information
APIs and Common Services team committed Jul 13, 2023
1 parent 6035d5e commit 855fe0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/com/segment/publicapi/api/FunctionsApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand All @@ -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.
*
Expand Down Expand Up @@ -1510,7 +1510,7 @@ public ApiResponse<RestoreFunctionVersion200Response> 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.
Expand Down

0 comments on commit 855fe0a

Please sign in to comment.