Skip to content
Snippets Groups Projects
Commit 18a29287 authored by Marcia Ramos's avatar Marcia Ramos Committed by Sean Packham (GitLab)
Browse files

Add "API" to all respective headings (h1s)

parent c53cd850
No related branches found
No related tags found
No related merge requests found
Showing
with 19 additions and 22 deletions
# Award Emoji
# Award Emoji API
 
> [Introduced][ce-4575] in GitLab 8.9, Snippet support in 8.12
 
Loading
Loading
# Boards
# Issue Boards API
 
Every API call to boards must be authenticated.
 
Loading
Loading
# Branches
# Branches API
 
## List repository branches
 
Loading
Loading
# Broadcast Messages
# Broadcast Messages API
 
> **Note:** This feature was introduced in GitLab 8.12.
 
Loading
Loading
# Build Variables
# Build Variables API
 
## List project variables
 
Loading
Loading
# Validate the .gitlab-ci.yml
# Validate the .gitlab-ci.yml (API)
 
> [Introduced][ce-5953] in GitLab 8.12.
 
Loading
Loading
# Runners API
# Register and Delete Runners API
 
API used by Runners to register and delete themselves.
 
Loading
Loading
# 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.
Loading
Loading
# Deploy Keys
# Deploy Keys API
 
## List all deploy keys
 
Loading
Loading
# Milestones
# Milestones API
 
## List project milestones
 
Loading
Loading
# Namespaces
# Namespaces API
 
Usernames and groupnames fall under a special category called namespaces.
 
Loading
Loading
# Notes
# Notes API
 
Notes are comments on snippets, issues or merge requests.
 
Loading
Loading
# Pipeline triggers
# Pipeline triggers API
 
You can read more about [triggering pipelines through the API](../ci/triggers/README.md).
 
Loading
Loading
# Projects API
 
### Project visibility level
 
Project in GitLab has be either private, internal or public.
Loading
Loading
@@ -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.
Loading
Loading
# Repositories
# Repositories API
 
## List repository tree
 
Loading
Loading
# Repository files
# Repository files API
 
**CRUD for repository files**
 
Loading
Loading
# Services
# Services API
 
## Asana
 
Loading
Loading
# Session
# Session API
 
## Deprecation Notice
 
Loading
Loading
# Sidekiq Metrics
# Sidekiq Metrics API
 
>**Note:** This endpoint is only available on GitLab 8.9 and above.
 
Loading
Loading
# System hooks
# System hooks API
 
All methods require administrator authorization.
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment