Skip to content

Commit

Permalink
Modified the swagger json files according to the modified proto files.
Browse files Browse the repository at this point in the history
Signed-off-by: Achyut Madhusudan <amadhusu@redhat.com>
  • Loading branch information
amadhusu committed Mar 20, 2024
1 parent 196ca48 commit f191164
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions backend/api/v2beta1/swagger/kfp_api_single_file.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1926,7 +1926,7 @@
},
"pipeline_version_id": {
"type": "string",
"description": "The ID of the pipeline version used for creating runs."
"description": "This field is Deprecated. The pipeline version id is under pipeline_version_reference for v2."
},
"pipeline_spec": {
"type": "object",
Expand Down Expand Up @@ -2226,7 +2226,7 @@
},
"pipeline_version_id": {
"type": "string",
"description": "ID of an existing pipeline version."
"description": "This field is Deprecated. The pipeline version id is under pipeline_version_reference for v2."
},
"pipeline_spec": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion backend/api/v2beta1/swagger/recurring_run.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
},
"pipeline_version_id": {
"type": "string",
"description": "The ID of the pipeline version used for creating runs."
"description": "This field is Deprecated. The pipeline version id is under pipeline_version_reference for v2."
},
"pipeline_spec": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion backend/api/v2beta1/swagger/run.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@
},
"pipeline_version_id": {
"type": "string",
"description": "ID of an existing pipeline version."
"description": "This field is Deprecated. The pipeline version id is under pipeline_version_reference for v2."
},
"pipeline_spec": {
"type": "object",
Expand Down

0 comments on commit f191164

Please sign in to comment.