Skip to content

Commit

Permalink
fix: Modified the swagger json files according to the modified proto …
Browse files Browse the repository at this point in the history
…files. (kubeflow#10591)

Signed-off-by: Achyut Madhusudan <amadhusu@redhat.com>
  • Loading branch information
amadhusu authored and petethegreat committed Mar 29, 2024
1 parent 1607bf8 commit 8c2ea3f
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
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
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
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 8c2ea3f

Please sign in to comment.