Skip to content

Commit b1b2edf

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 endpoint are missing commas. This change adds the missing commas.
1 parent 32954fb commit b1b2edf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/gl_objects/users.rst

+3-3
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)