Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb1b2edf

Browse files
anon6789nejch
authored andcommitted
docs(users): add missing comma in v4 API create runner examples
The examples which show usage of new runner registration api endpointare missing commas. This change adds the missing commas.
1 parent32954fb commitb1b2edf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎docs/gl_objects/users.rst‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ Create an instance-wide runner::
483483
"description": "My brand new runner",
484484
"paused": True,
485485
"locked": False,
486-
"run_untagged": True
486+
"run_untagged": True,
487487
"tag_list": ["linux", "docker", "testing"],
488488
"access_level": "not_protected"
489489
})
@@ -496,7 +496,7 @@ Create a group runner::
496496
"description": "My brand new runner",
497497
"paused": True,
498498
"locked": False,
499-
"run_untagged": True
499+
"run_untagged": True,
500500
"tag_list": ["linux", "docker", "testing"],
501501
"access_level": "not_protected"
502502
})
@@ -509,7 +509,7 @@ Create a project runner::
509509
"description": "My brand new runner",
510510
"paused": True,
511511
"locked": False,
512-
"run_untagged": True
512+
"run_untagged": True,
513513
"tag_list": ["linux", "docker", "testing"],
514514
"access_level": "not_protected"
515515
})

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp