diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-10 18:08:04 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-10 18:08:04 +0000 |
commit | 115c8ea7af7ef69ca3f09c333314546e9b5712f9 (patch) | |
tree | c3b6798c11e502f7d2785649f95d2255beac3c91 /doc | |
parent | 27d91a629918e417a9e87825e838209b9ace79c1 (diff) | |
download | gitlab-ce-115c8ea7af7ef69ca3f09c333314546e9b5712f9.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/api/README.md b/doc/api/README.md index bcf238f9442..e756cd51997 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -82,7 +82,7 @@ There are four ways to authenticate with the GitLab API: 1. [OAuth2 tokens](#oauth2-tokens) 1. [Personal access tokens](#personal-access-tokens) 1. [Session cookie](#session-cookie) -1. [GitLab CI job token](#gitlab-ci-job-token-premium) **(PREMIUM)** +1. [GitLab CI job token](#gitlab-ci-job-token) **(Specific endpoints only)** For admins who want to authenticate with the API as a specific user, or who want to build applications or scripts that do so, two options are available: @@ -152,13 +152,14 @@ The primary user of this authentication method is the web frontend of GitLab its which can use the API as the authenticated user to get a list of their projects, for example, without needing to explicitly pass an access token. -### GitLab CI job token **(PREMIUM)** +### GitLab CI job token With a few API endpoints you can use a [GitLab CI job token](../user/project/new_ci_build_permissions_model.md#job-token) to authenticate with the API: - [Get job artifacts](jobs.md#get-job-artifacts) - [Pipeline triggers](pipeline_triggers.md) +- [Release creation](releases/index.md#create-a-release) ### Impersonation tokens |