Commit 18a29287 authored by Marcia Ramos's avatar Marcia Ramos Committed by Sean Packham (GitLab)

Add "API" to all respective headings (h1s)

parent c53cd850
# Award Emoji
# Award Emoji API
> [Introduced][ce-4575] in GitLab 8.9, Snippet support in 8.12
......
# Boards
# Issue Boards API
Every API call to boards must be authenticated.
......
# Branches
# Branches API
## List repository branches
......
# Broadcast Messages
# Broadcast Messages API
> **Note:** This feature was introduced in GitLab 8.12.
......
# Build Variables
# Build Variables API
## List project variables
......
# Validate the .gitlab-ci.yml
# Validate the .gitlab-ci.yml (API)
> [Introduced][ce-5953] in GitLab 8.12.
......
# Runners API
# Register and Delete Runners API
API used by Runners to register and delete themselves.
......
# Adding deploy keys to multiple projects
# Adding deploy keys to multiple projects via API
If you want to easily add the same deploy key to multiple projects in the same
group, this can be achieved quite easily with the API.
......
# Deploy Keys
# Deploy Keys API
## List all deploy keys
......
# Milestones
# Milestones API
## List project milestones
......
# Namespaces
# Namespaces API
Usernames and groupnames fall under a special category called namespaces.
......
# Notes
# Notes API
Notes are comments on snippets, issues or merge requests.
......
# Pipeline triggers
# Pipeline triggers API
You can read more about [triggering pipelines through the API](../ci/triggers/README.md).
......
# Projects API
### Project visibility level
Project in GitLab has be either private, internal or public.
......@@ -17,8 +16,6 @@ Constants for project visibility levels are next:
* `public`:
The project can be cloned without any authentication.
## List projects
Get a list of visible projects for authenticated user. When being accessed without authentication, all public projects are returned.
......
# Repositories
# Repositories API
## List repository tree
......
# Repository files
# Repository files API
**CRUD for repository files**
......
# Services
# Services API
## Asana
......
# Session
# Session API
## Deprecation Notice
......
# Sidekiq Metrics
# Sidekiq Metrics API
>**Note:** This endpoint is only available on GitLab 8.9 and above.
......
# System hooks
# System hooks API
All methods require administrator authorization.
......
# Tags
# Tags API
## List project repository tags
......
# Gitignores
# Gitignores API
## List gitignore templates
......
# GitLab CI YMLs
# GitLab CI YMLs API
## List GitLab CI YML templates
......
# Licenses
# Licenses API
## List license templates
......
# V3 to V4 version
# API V3 to API V4
Since GitLab 9.0, API V4 is the preferred version to be used.
......
# GitLab CI API
This document was moved to a [new location](../../api/ci/README.md).
# Builds API
This document was moved to a [new location](../../api/ci/builds.md).
# Runners API
This document was moved to a [new location](../../api/ci/runners.md).
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