Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Modified the swagger json files according to the modified proto files. #10591

Merged
merged 1 commit into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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