summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/gl_objects/runners.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/gl_objects/runners.rst b/docs/gl_objects/runners.rst
index 1e6f81b..726341b 100644
--- a/docs/gl_objects/runners.rst
+++ b/docs/gl_objects/runners.rst
@@ -54,6 +54,10 @@ Get a runner's detail::
runner = gl.runners.get(runner_id)
+Register a new runner::
+
+ runner = gl.runners.create({'token': secret_token})
+
Update a runner::
runner = gl.runners.get(runner_id)