improve doc

do not set default value for FromSnapshot when creating a repo
This commit is contained in:
André Roth
2024-12-21 20:23:52 +01:00
parent 846fe5e08a
commit 9abbd74a9f

View File

@@ -94,7 +94,7 @@ type repoCreateParams struct {
// Default component when publishing from this local repo
DefaultComponent string ` json:"DefaultComponent" example:"main"`
// Snapshot name to create repoitory from (optional)
FromSnapshot string ` json:"FromSnapshot" example:"snapshot1"`
FromSnapshot string ` json:"FromSnapshot" example:""`
}
// @Summary Create Repository