You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/functions/environment.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ To view the version history of a function:
67
67
2. Select your source or destination function.
68
68
3. Select **Edit Function**, then click **Version history**.
69
69
70
-
Select previous versions to compare code using a *unified* or *split* view. With the split view, Segment displays the latest version on the left, and the version you've selected on the right.
70
+
Select previous versions to compare code using a *unified* or *split* view. With the split view, Segment displays the latest version on the left and the version you've selected on the right.
71
71
72
72
> success ""
73
73
> Unified and split compare screens are read-only. While you can copy code, you can't make changes directly from these screens.
@@ -100,7 +100,7 @@ Here are some Public API use case examples:
100
100
101
101
**Get Version history**: Use the `/versions` endpoint to retrieve a list of version records and metadata of a certain page size. You can also use this endpoint to get version source code for a given version ID.
102
102
103
-
**Restore a previous version**: Use the `/restore` endpoint to restore a previous Function version. This creates a new version with the same source as the version you are restoring.
103
+
**Restore a previous version**: Use the `/restore` endpoint to restore a previous function version. This creates a new version with the same source as the version you are restoring.
104
104
105
105
**Create or update versions**: Create or update a function to add a version record and save the source code.
0 commit comments