mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-11 03:11:50 +00:00
improve doc
do not set default value for FromSnapshot when creating a repo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user