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

Appearance settings

Commit 55a8a48

Browse filesBrowse files
anon6789JohnVillalovos
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 55a8a48
Copy full SHA for 55a8a48

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎docs/gl_objects/users.rst‎

Copy file name to clipboardExpand all lines: docs/gl_objects/users.rst
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.