Skip to content

Commit

Permalink
Update frontend swagger generated code (kubeflow#3163)
Browse files Browse the repository at this point in the history
* Frontend swagger codegen update

* run format
  • Loading branch information
jingzhang36 authored and Jeffwan committed Dec 9, 2020
1 parent fa9d322 commit 8c8f614
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/apis/pipeline/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ export const PipelineServiceApiFetchParamCreator = function(configuration?: Conf
},
/**
*
* @summary Get a YAML template for the selected pipeline.
* @summary Returns a single YAML template that contains the description, parameters, and metadata associated with the pipeline provided.
* @param {string} id
* @param {*} [options] Override http request option.
* @throws {RequiredError}
Expand Down Expand Up @@ -1117,7 +1117,7 @@ export const PipelineServiceApiFp = function(configuration?: Configuration) {
},
/**
*
* @summary Get a YAML template for the selected pipeline.
* @summary Returns a single YAML template that contains the description, parameters, and metadata associated with the pipeline provided.
* @param {string} id
* @param {*} [options] Override http request option.
* @throws {RequiredError}
Expand Down Expand Up @@ -1314,7 +1314,7 @@ export const PipelineServiceApiFactory = function(
},
/**
*
* @summary Get a YAML template for the selected pipeline.
* @summary Returns a single YAML template that contains the description, parameters, and metadata associated with the pipeline provided.
* @param {string} id
* @param {*} [options] Override http request option.
* @throws {RequiredError}
Expand Down Expand Up @@ -1496,7 +1496,7 @@ export class PipelineServiceApi extends BaseAPI {

/**
*
* @summary Get a YAML template for the selected pipeline.
* @summary Returns a single YAML template that contains the description, parameters, and metadata associated with the pipeline provided.
* @param {string} id
* @param {*} [options] Override http request option.
* @throws {RequiredError}
Expand Down

0 comments on commit 8c8f614

Please sign in to comment.