mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-16 06:07:19 +02:00
revert unnecessary description update
This commit is contained in:
parent
3dcfd233a8
commit
fd57c84d96
@ -223,7 +223,7 @@ type EditRepoOption struct {
|
||||
DefaultAllowMaintainerEdit *bool `json:"default_allow_maintainer_edit,omitempty"`
|
||||
// set to `true` to archive this repository.
|
||||
Archived *bool `json:"archived,omitempty"`
|
||||
// set a string like `8h30m0s` to set the mirror interval time
|
||||
// set to a string like `8h30m0s` to set the mirror interval time
|
||||
MirrorInterval *string `json:"mirror_interval,omitempty"`
|
||||
// enable prune - remove obsolete remote-tracking references when mirroring
|
||||
EnablePrune *bool `json:"enable_prune,omitempty"`
|
||||
|
||||
2
templates/swagger/v1_json.tmpl
generated
2
templates/swagger/v1_json.tmpl
generated
@ -24799,7 +24799,7 @@
|
||||
"$ref": "#/definitions/InternalTracker"
|
||||
},
|
||||
"mirror_interval": {
|
||||
"description": "set a string like `8h30m0s` to set the mirror interval time",
|
||||
"description": "set to a string like `8h30m0s` to set the mirror interval time",
|
||||
"type": "string",
|
||||
"x-go-name": "MirrorInterval"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user