update doc

make descrptions consistent
This commit is contained in:
André Roth
2024-12-11 11:19:21 +01:00
parent e92afd8f78
commit e319f3cd14
7 changed files with 34 additions and 34 deletions
+3 -3
View File
@@ -635,7 +635,7 @@ func apiPublishAddSource(c *gin.Context) {
})
}
// @Summary List pending changes
// @Summary List Pending Changes
// @Description **List source component changes to be applied**
// @Description
// @Description Return added, removed or changed components of snapshots or local repository to be published.
@@ -749,8 +749,8 @@ func apiPublishSetSources(c *gin.Context) {
})
}
// @Summary Drop pending changes
// @Description **Drop pending source component changes of a published repository**
// @Summary Discard Pending Changes
// @Description **Discard pending source component changes of a published repository**
// @Description
// @Description Remove all pending changes what would be applied with a subsequent publish update call (i.e. `PUT /api/publish/{prefix}/{distribution}` / `POST /api/publish/{prefix}/{distribution}/update`).
// @Description