GitLab API
application/settings
Get the current application settings
GET
Modify application settings
PUT
dockerfiles
Get the list of the available template
GET
Get the text for a specific template present in local filesystem
GET
gitignores
Get the list of the available template
GET
Get the text for a specific template present in local filesystem
GET
gitlab ci ymls
Get the list of the available template
GET
Get the text for a specific template present in local filesystem
GET
groups
{id}
Get a groups list
GET
Create a group. Available only for users who can create groups.
POST
Get list of owned groups for authenticated user
GET
hooks
{id}
Get the list of system hooks
GET
Create a new system hook
POST
internal
post V3Internal Allowed
POST
get V3Internal Broadcast Message
GET
get V3Internal Check
GET
get V3Internal Discover
GET
post V3Internal Lfs Authenticate
POST
get V3Internal Merge Request Urls
GET
post V3Internal Two Factor Recovery Codes
POST
licenses
Get the list of the available license template
GET
Get the text for a specific license
GET
notification settings
Get global notification level settings and email, defaults to Participate
GET
Update global notification level settings and email, defaults to Participate
PUT
projects
{id}
Get a projects list for authenticated user
GET
Create new project
POST
Get all projects for admin user
GET
Fork new project for the current user or provided namespace.
POST
Get an owned projects list for authenticated user
GET
Search for projects the current user has access to
GET
Gets starred project for the authenticated user
GET
Create new project for a specified user. Only available to admin users.
POST
Get a list of visible projects for authenticated user
GET
runners
{id}
Get runners available for user
GET
Get all runners - shared and specific
GET
sidekiq
Get the Sidekiq Compound metrics. Includes queue, process, and job statistics
GET
Get the Sidekiq job statistics
GET
Get the Sidekiq process metrics
GET
Get the Sidekiq queue metrics
GET
snippets
{id}
Get a snippets list for authenticated user
GET
Create new snippet
POST
List all public snippets current_user has access to
GET
templates
dockerfiles
gitignores
gitlab ci ymls
licenses
todos
Mark all todos as done
DELETE
Get a todo list
GET
Mark a todo as done
DELETE
user
emails
keys
Get the currently authenticated user
GET
users
{id}
Get the list of users
GET
Create a user. Available only for admins.
POST
Validation of .gitlab-ci.yml content
POST
get V3Deploy Keys
GET
Get currently authenticated user's issues
GET
Get single ssh key by id. Only available to admin users
GET
Get a namespaces list
GET
Login to get token
POST
Get the version information of the GitLab instance.
GET
Get the current application settings开发中
GET{{baseUrl}}/v3/application/settings
创建时间: 2025-05-28 14:50
请求参数
无请求参数
响应示例
成功
HTTP状态码:200
内容格式:JSON
数据结构
未定义
响应示例
{}
最后更新: -