@@ -46,7 +46,7 @@ func (Action) ListActionsSecrets(ctx *context.APIContext) {
4646 // parameters:
4747 // - name: owner
4848 // in: path
49- // description: owner of the repository
49+ // description: username of the user or organization owning the repository
5050 // type: string
5151 // required: true
5252 // - name: repo
@@ -106,7 +106,7 @@ func (Action) CreateOrUpdateSecret(ctx *context.APIContext) {
106106 // parameters:
107107 // - name: owner
108108 // in: path
109- // description: owner of the repository
109+ // description: username of the user or organization owning the repository
110110 // type: string
111111 // required: true
112112 // - name: repo
@@ -168,7 +168,7 @@ func (Action) DeleteSecret(ctx *context.APIContext) {
168168 // parameters:
169169 // - name: owner
170170 // in: path
171- // description: owner of the repository
171+ // description: username of the user or organization owning the repository
172172 // type: string
173173 // required: true
174174 // - name: repo
@@ -216,7 +216,7 @@ func (Action) GetVariable(ctx *context.APIContext) {
216216 // parameters:
217217 // - name: owner
218218 // in: path
219- // description: name of the owner
219+ // description: username of the user or organization owning the repository
220220 // type: string
221221 // required: true
222222 // - name: repo
@@ -270,7 +270,7 @@ func (Action) DeleteVariable(ctx *context.APIContext) {
270270 // parameters:
271271 // - name: owner
272272 // in: path
273- // description: name of the owner
273+ // description: username of the user or organization owning the repository
274274 // type: string
275275 // required: true
276276 // - name: repo
@@ -319,7 +319,7 @@ func (Action) CreateVariable(ctx *context.APIContext) {
319319 // parameters:
320320 // - name: owner
321321 // in: path
322- // description: name of the owner
322+ // description: username of the user or organization owning the repository
323323 // type: string
324324 // required: true
325325 // - name: repo
@@ -386,7 +386,7 @@ func (Action) UpdateVariable(ctx *context.APIContext) {
386386 // parameters:
387387 // - name: owner
388388 // in: path
389- // description: name of the owner
389+ // description: username of the user or organization owning the repository
390390 // type: string
391391 // required: true
392392 // - name: repo
@@ -458,7 +458,7 @@ func (Action) ListVariables(ctx *context.APIContext) {
458458 // parameters:
459459 // - name: owner
460460 // in: path
461- // description: name of the owner
461+ // description: username of the user or organization owning the repository
462462 // type: string
463463 // required: true
464464 // - name: repo
@@ -516,7 +516,7 @@ func (Action) GetRegistrationToken(ctx *context.APIContext) {
516516 // parameters:
517517 // - name: owner
518518 // in: path
519- // description: owner of the repo
519+ // description: username of the user or organization owning the repository
520520 // type: string
521521 // required: true
522522 // - name: repo
@@ -541,7 +541,7 @@ func (Action) CreateRegistrationToken(ctx *context.APIContext) {
541541 // parameters:
542542 // - name: owner
543543 // in: path
544- // description: owner of the repo
544+ // description: username of the user or organization owning the repository
545545 // type: string
546546 // required: true
547547 // - name: repo
@@ -566,7 +566,7 @@ func (Action) ListRunners(ctx *context.APIContext) {
566566 // parameters:
567567 // - name: owner
568568 // in: path
569- // description: owner of the repo
569+ // description: username of the user or organization owning the repository
570570 // type: string
571571 // required: true
572572 // - name: repo
@@ -594,7 +594,7 @@ func (Action) GetRunner(ctx *context.APIContext) {
594594 // parameters:
595595 // - name: owner
596596 // in: path
597- // description: owner of the repo
597+ // description: username of the user or organization owning the repository
598598 // type: string
599599 // required: true
600600 // - name: repo
@@ -627,7 +627,7 @@ func (Action) DeleteRunner(ctx *context.APIContext) {
627627 // parameters:
628628 // - name: owner
629629 // in: path
630- // description: owner of the repo
630+ // description: username of the user or organization owning the repository
631631 // type: string
632632 // required: true
633633 // - name: repo
@@ -778,7 +778,7 @@ func ListActionTasks(ctx *context.APIContext) {
778778 // parameters:
779779 // - name: owner
780780 // in: path
781- // description: owner of the repo
781+ // description: username of the user or organization owning the repository
782782 // type: string
783783 // required: true
784784 // - name: repo
@@ -842,7 +842,7 @@ func ActionsListRepositoryWorkflows(ctx *context.APIContext) {
842842 // parameters:
843843 // - name: owner
844844 // in: path
845- // description: owner of the repo
845+ // description: username of the user or organization owning the repository
846846 // type: string
847847 // required: true
848848 // - name: repo
@@ -882,7 +882,7 @@ func ActionsGetWorkflow(ctx *context.APIContext) {
882882 // parameters:
883883 // - name: owner
884884 // in: path
885- // description: owner of the repo
885+ // description: username of the user or organization owning the repository
886886 // type: string
887887 // required: true
888888 // - name: repo
@@ -932,7 +932,7 @@ func ActionsDisableWorkflow(ctx *context.APIContext) {
932932 // parameters:
933933 // - name: owner
934934 // in: path
935- // description: owner of the repo
935+ // description: username of the user or organization owning the repository
936936 // type: string
937937 // required: true
938938 // - name: repo
@@ -980,7 +980,7 @@ func ActionsDispatchWorkflow(ctx *context.APIContext) {
980980 // parameters:
981981 // - name: owner
982982 // in: path
983- // description: owner of the repo
983+ // description: username of the user or organization owning the repository
984984 // type: string
985985 // required: true
986986 // - name: repo
@@ -1059,7 +1059,7 @@ func ActionsEnableWorkflow(ctx *context.APIContext) {
10591059 // parameters:
10601060 // - name: owner
10611061 // in: path
1062- // description: owner of the repo
1062+ // description: username of the user or organization owning the repository
10631063 // type: string
10641064 // required: true
10651065 // - name: repo
@@ -1261,7 +1261,7 @@ func GetArtifactsOfRun(ctx *context.APIContext) {
12611261 // parameters:
12621262 // - name: owner
12631263 // in: path
1264- // description: name of the owner
1264+ // description: username of the user or organization owning the repository
12651265 // type: string
12661266 // required: true
12671267 // - name: repo
@@ -1330,7 +1330,7 @@ func DeleteActionRun(ctx *context.APIContext) {
13301330 // parameters:
13311331 // - name: owner
13321332 // in: path
1333- // description: name of the owner
1333+ // description: username of the user or organization owning the repository
13341334 // type: string
13351335 // required: true
13361336 // - name: repo
@@ -1382,7 +1382,7 @@ func GetArtifacts(ctx *context.APIContext) {
13821382 // parameters:
13831383 // - name: owner
13841384 // in: path
1385- // description: name of the owner
1385+ // description: username of the user or organization owning the repository
13861386 // type: string
13871387 // required: true
13881388 // - name: repo
@@ -1443,7 +1443,7 @@ func GetArtifact(ctx *context.APIContext) {
14431443 // parameters:
14441444 // - name: owner
14451445 // in: path
1446- // description: name of the owner
1446+ // description: username of the user or organization owning the repository
14471447 // type: string
14481448 // required: true
14491449 // - name: repo
@@ -1492,7 +1492,7 @@ func DeleteArtifact(ctx *context.APIContext) {
14921492 // parameters:
14931493 // - name: owner
14941494 // in: path
1495- // description: name of the owner
1495+ // description: username of the user or organization owning the repository
14961496 // type: string
14971497 // required: true
14981498 // - name: repo
@@ -1559,7 +1559,7 @@ func DownloadArtifact(ctx *context.APIContext) {
15591559 // parameters:
15601560 // - name: owner
15611561 // in: path
1562- // description: name of the owner
1562+ // description: username of the user or organization owning the repository
15631563 // type: string
15641564 // required: true
15651565 // - name: repo
0 commit comments