0
0
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:
DmitryFrolovTri 2026-01-22 16:45:05 +00:00
parent 3dcfd233a8
commit fd57c84d96
2 changed files with 2 additions and 2 deletions

View File

@ -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"`

View File

@ -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"
},