add codecommit to supported services in api docs (#34626)

This commit is contained in:
TheFox0x7 2025-06-07 05:31:34 +02:00 committed by GitHub
parent 74a0178c6a
commit b38f2d31fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -359,7 +359,7 @@ type MigrateRepoOptions struct {
// required: true
RepoName string `json:"repo_name" binding:"Required;AlphaDashDot;MaxSize(100)"`
// enum: git,github,gitea,gitlab,gogs,onedev,gitbucket,codebase
// enum: git,github,gitea,gitlab,gogs,onedev,gitbucket,codebase,codecommit
Service string `json:"service"`
AuthUsername string `json:"auth_username"`
AuthPassword string `json:"auth_password"`

View File

@ -24863,7 +24863,8 @@
"gogs",
"onedev",
"gitbucket",
"codebase"
"codebase",
"codecommit"
],
"x-go-name": "Service"
},