Skip to content

Commit cc971c9

Browse files
authored
fix: Modified the swagger json files according to the modified proto files. (#10591)
Signed-off-by: Achyut Madhusudan <amadhusu@redhat.com>
1 parent a42ded1 commit cc971c9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

backend/api/v2beta1/swagger/kfp_api_single_file.swagger.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1926,7 +1926,7 @@
19261926
},
19271927
"pipeline_version_id": {
19281928
"type": "string",
1929-
"description": "The ID of the pipeline version used for creating runs."
1929+
"description": "This field is Deprecated. The pipeline version id is under pipeline_version_reference for v2."
19301930
},
19311931
"pipeline_spec": {
19321932
"type": "object",
@@ -2226,7 +2226,7 @@
22262226
},
22272227
"pipeline_version_id": {
22282228
"type": "string",
2229-
"description": "ID of an existing pipeline version."
2229+
"description": "This field is Deprecated. The pipeline version id is under pipeline_version_reference for v2."
22302230
},
22312231
"pipeline_spec": {
22322232
"type": "object",

backend/api/v2beta1/swagger/recurring_run.swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355
},
356356
"pipeline_version_id": {
357357
"type": "string",
358-
"description": "The ID of the pipeline version used for creating runs."
358+
"description": "This field is Deprecated. The pipeline version id is under pipeline_version_reference for v2."
359359
},
360360
"pipeline_spec": {
361361
"type": "object",

backend/api/v2beta1/swagger/run.swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@
631631
},
632632
"pipeline_version_id": {
633633
"type": "string",
634-
"description": "ID of an existing pipeline version."
634+
"description": "This field is Deprecated. The pipeline version id is under pipeline_version_reference for v2."
635635
},
636636
"pipeline_spec": {
637637
"type": "object",

0 commit comments

Comments
 (0)