Update routers/api/v1/shared/runners.go

This commit is contained in:
voltagex 2024-01-21 07:06:48 +00:00 committed by Adam Baxter
parent c4675549c9
commit 1e89dd95b9
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ import (
"code.gitea.io/gitea/modules/util"
)
// RegistrationToken is response related to registeration token
// RegistrationToken is a string used to register a runner with a server
// swagger:response RegistrationToken
type RegistrationToken struct {
Token string `json:"token"`

View file

@ -24535,7 +24535,7 @@
}
},
"RegistrationToken": {
"description": "RegistrationToken is response related to registeration token",
"description": "RegistrationToken is a string used to register a runner with a server",
"headers": {
"token": {
"type": "string"