Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
18a29287
Commit
18a29287
authored
May 18, 2017
by
Marcia Ramos
Committed by
Sean Packham (GitLab)
May 18, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add "API" to all respective headings (h1s)
parent
c53cd850
Changes
28
Hide whitespace changes
Inline
Side-by-side
Showing
28 changed files
with
24 additions
and
33 deletions
+24
-33
doc/api/award_emoji.md
doc/api/award_emoji.md
+1
-1
doc/api/boards.md
doc/api/boards.md
+1
-1
doc/api/branches.md
doc/api/branches.md
+1
-1
doc/api/broadcast_messages.md
doc/api/broadcast_messages.md
+1
-1
doc/api/build_variables.md
doc/api/build_variables.md
+1
-1
doc/api/ci/lint.md
doc/api/ci/lint.md
+1
-1
doc/api/ci/runners.md
doc/api/ci/runners.md
+1
-1
doc/api/deploy_key_multiple_projects.md
doc/api/deploy_key_multiple_projects.md
+1
-1
doc/api/deploy_keys.md
doc/api/deploy_keys.md
+1
-1
doc/api/milestones.md
doc/api/milestones.md
+1
-1
doc/api/namespaces.md
doc/api/namespaces.md
+1
-1
doc/api/notes.md
doc/api/notes.md
+1
-1
doc/api/pipeline_triggers.md
doc/api/pipeline_triggers.md
+1
-1
doc/api/projects.md
doc/api/projects.md
+0
-3
doc/api/repositories.md
doc/api/repositories.md
+1
-1
doc/api/repository_files.md
doc/api/repository_files.md
+1
-1
doc/api/services.md
doc/api/services.md
+1
-1
doc/api/session.md
doc/api/session.md
+1
-1
doc/api/sidekiq_metrics.md
doc/api/sidekiq_metrics.md
+1
-1
doc/api/system_hooks.md
doc/api/system_hooks.md
+1
-1
doc/api/tags.md
doc/api/tags.md
+1
-1
doc/api/templates/gitignores.md
doc/api/templates/gitignores.md
+1
-1
doc/api/templates/gitlab_ci_ymls.md
doc/api/templates/gitlab_ci_ymls.md
+1
-1
doc/api/templates/licenses.md
doc/api/templates/licenses.md
+1
-1
doc/api/v3_to_v4.md
doc/api/v3_to_v4.md
+1
-1
doc/ci/api/README.md
doc/ci/api/README.md
+0
-2
doc/ci/api/builds.md
doc/ci/api/builds.md
+0
-2
doc/ci/api/runners.md
doc/ci/api/runners.md
+0
-2
No files found.
doc/api/award_emoji.md
View file @
18a29287
# Award Emoji
# Award Emoji
API
> [Introduced][ce-4575] in GitLab 8.9, Snippet support in 8.12
...
...
doc/api/boards.md
View file @
18a29287
#
Boards
#
Issue Boards API
Every API call to boards must be authenticated.
...
...
doc/api/branches.md
View file @
18a29287
# Branches
# Branches
API
## List repository branches
...
...
doc/api/broadcast_messages.md
View file @
18a29287
# Broadcast Messages
# Broadcast Messages
API
> **Note:** This feature was introduced in GitLab 8.12.
...
...
doc/api/build_variables.md
View file @
18a29287
# Build Variables
# Build Variables
API
## List project variables
...
...
doc/api/ci/lint.md
View file @
18a29287
# Validate the .gitlab-ci.yml
# Validate the .gitlab-ci.yml
(API)
> [Introduced][ce-5953] in GitLab 8.12.
...
...
doc/api/ci/runners.md
View file @
18a29287
# Runners API
# R
egister and Delete R
unners API
API used by Runners to register and delete themselves.
...
...
doc/api/deploy_key_multiple_projects.md
View file @
18a29287
# 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.
...
...
doc/api/deploy_keys.md
View file @
18a29287
# Deploy Keys
# Deploy Keys
API
## List all deploy keys
...
...
doc/api/milestones.md
View file @
18a29287
# Milestones
# Milestones
API
## List project milestones
...
...
doc/api/namespaces.md
View file @
18a29287
# Namespaces
# Namespaces
API
Usernames and groupnames fall under a special category called namespaces.
...
...
doc/api/notes.md
View file @
18a29287
# Notes
# Notes
API
Notes are comments on snippets, issues or merge requests.
...
...
doc/api/pipeline_triggers.md
View file @
18a29287
# Pipeline triggers
# Pipeline triggers
API
You can read more about
[
triggering pipelines through the API
](
../ci/triggers/README.md
)
.
...
...
doc/api/projects.md
View file @
18a29287
# 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.
...
...
doc/api/repositories.md
View file @
18a29287
# Repositories
# Repositories
API
## List repository tree
...
...
doc/api/repository_files.md
View file @
18a29287
# Repository files
# Repository files
API
**CRUD for repository files**
...
...
doc/api/services.md
View file @
18a29287
# Services
# Services
API
## Asana
...
...
doc/api/session.md
View file @
18a29287
# Session
# Session
API
## Deprecation Notice
...
...
doc/api/sidekiq_metrics.md
View file @
18a29287
# Sidekiq Metrics
# Sidekiq Metrics
API
>**Note:** This endpoint is only available on GitLab 8.9 and above.
...
...
doc/api/system_hooks.md
View file @
18a29287
# System hooks
# System hooks
API
All methods require administrator authorization.
...
...
doc/api/tags.md
View file @
18a29287
# Tags
# Tags
API
## List project repository tags
...
...
doc/api/templates/gitignores.md
View file @
18a29287
# Gitignores
# Gitignores
API
## List gitignore templates
...
...
doc/api/templates/gitlab_ci_ymls.md
View file @
18a29287
# GitLab CI YMLs
# GitLab CI YMLs
API
## List GitLab CI YML templates
...
...
doc/api/templates/licenses.md
View file @
18a29287
# Licenses
# Licenses
API
## List license templates
...
...
doc/api/v3_to_v4.md
View file @
18a29287
#
V3 to V4 version
#
API V3 to API V4
Since GitLab 9.0, API V4 is the preferred version to be used.
...
...
doc/ci/api/README.md
View file @
18a29287
# GitLab CI API
This document was moved to a
[
new location
](
../../api/ci/README.md
)
.
doc/ci/api/builds.md
View file @
18a29287
# Builds API
This document was moved to a
[
new location
](
../../api/ci/builds.md
)
.
doc/ci/api/runners.md
View file @
18a29287
# Runners API
This document was moved to a
[
new location
](
../../api/ci/runners.md
)
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment