Skip to content

Commit

Permalink
Fixed summary
Browse files Browse the repository at this point in the history
  • Loading branch information
satr committed Apr 17, 2024
1 parent fd1011e commit c4c6efa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/applications/applications_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ func (ac *applicationController) TriggerPipelineDeploy(accounts models.Accounts,
func (ac *applicationController) TriggerPipelineApplyConfig(accounts models.Accounts, w http.ResponseWriter, r *http.Request) {
// swagger:operation POST /applications/{appName}/pipelines/apply-config application triggerPipelineApplyConfig
// ---
// summary: Run a apply config pipeline for a given application and environment
// summary: Run a apply config pipeline for a given application
// parameters:
// - name: appName
// in: path
Expand Down
2 changes: 1 addition & 1 deletion swaggerui/html/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -4452,7 +4452,7 @@
"tags": [
"application"
],
"summary": "Run a apply config pipeline for a given application and environment",
"summary": "Run a apply config pipeline for a given application",
"operationId": "triggerPipelineApplyConfig",
"parameters": [
{
Expand Down

0 comments on commit c4c6efa

Please sign in to comment.