Skip to content

Commit defbb92

Browse files
committed
spacing
1 parent efd9870 commit defbb92

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

site/learn/Versions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Each version has a unique version ID, creation date, and details about its speci
1515
A new algorithm version is created in the following cases:
1616
1) The first time an algorithm is inserted with an image.
1717
2) Any time there is a change in the algorithm specification.
18-
3) After a successful algorithm build.
18+
3) After a successful algorithm build.
1919

2020
Each algorithm points to a specific version, and you can switch between versions using either the Dashboard or the Swagger API.
2121

@@ -39,7 +39,8 @@ HKube also supports versioning for pipelines, allowing you to track and switch b
3939

4040
A new pipeline version is created in the following cases:
4141
1) The first time a pipeline is inserted.
42-
2) Any time there is a change in the pipeline specification.
42+
2) Any time there is a change in the pipeline specification.
43+
4344
Each pipeline points to a specific version, and you can switch between versions using the Dashboard or the Swagger API.
4445

4546
To switch versions via the Swagger API, send a `POST` request to `/versions/pipelines/apply` with the following JSON body:

0 commit comments

Comments
 (0)