diff options
Diffstat (limited to 'doc/api/groups.md')
-rw-r--r-- | doc/api/groups.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/api/groups.md b/doc/api/groups.md index 18e71f488ce..8b13462b887 100644 --- a/doc/api/groups.md +++ b/doc/api/groups.md @@ -208,7 +208,7 @@ Example response: ## Details of a group Get all details of a group. This endpoint can be accessed without authentication -if the group is publicly accessible. In case the user that requests is admin of the group, it will return the `runners_token` for the group too. +if the group is publicly accessible. ``` GET /groups/:id @@ -240,7 +240,6 @@ Example response: "request_access_enabled": false, "full_name": "Twitter", "full_path": "twitter", - "runners_token": "ba324ca7b1c77fc20bb9", "file_template_project_id": 1, "parent_id": null, "projects": [ |