Commit 79933ceb authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'docs-api-tier-update' into 'master'

Update tier badging for API page

See merge request gitlab-org/gitlab!61244
parents 608211ed c0c14c5a
...@@ -4,7 +4,7 @@ group: Ecosystem ...@@ -4,7 +4,7 @@ group: Ecosystem
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
--- ---
# API Docs # API Docs **(FREE)**
Use the GitLab [REST](http://spec.openapis.org/oas/v3.0.3) API to automate GitLab. Use the GitLab [REST](http://spec.openapis.org/oas/v3.0.3) API to automate GitLab.
...@@ -125,9 +125,10 @@ There are several ways you can authenticate with the GitLab API: ...@@ -125,9 +125,10 @@ There are several ways you can authenticate with the GitLab API:
- [Session cookie](#session-cookie) - [Session cookie](#session-cookie)
- [GitLab CI/CD job token](#gitlab-cicd-job-token) **(Specific endpoints only)** - [GitLab CI/CD job token](#gitlab-cicd-job-token) **(Specific endpoints only)**
NOTE: Project access tokens are supported by:
Project access tokens are supported for self-managed instances on Free and
higher. They're also supported on GitLab.com Bronze and higher. - Self-managed GitLab Free and higher.
- GitLab SaaS Premium and higher.
If you are an administrator, you or your application can authenticate as a specific user. If you are an administrator, you or your application can authenticate as a specific user.
To do so, use: To do so, use:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment