GitLab API
  1. application
GitLab API
  • 默认分类
  • groups
    • Gets a list of access requests for a group.
      GET
    • Requests access for the authenticated user to a group.
      POST
    • Approves an access request for the given user.
      PUT
    • Denies an access request for the given user.
      DELETE
    • 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
    • Update a group. Available only for users who can administrate groups.
      PUT
    • Get a single group, with containing projects.
      GET
    • Remove a group.
      DELETE
    • Get a list of projects in this group.
      GET
    • Transfer a project to the group namespace. Available only for admin.
      POST
    • Get a list of group issues
      GET
    • Gets a list of group or project members viewable by the authenticated user.
      GET
    • Adds a member to a group or project.
      POST
    • Gets a member of a group or project.
      GET
    • Updates a member of a group or project.
      PUT
    • Removes a user from a group or project.
      DELETE
    • Get group level notification level settings, defaults to Global
      GET
    • Update group level notification level settings, defaults to Global
      PUT
  • projects
    • Gets a list of access requests for a project.
      GET
    • Requests access for the authenticated user to a project.
      POST
    • Approves an access request for the given user.
      PUT
    • Denies an access request for the given user.
      DELETE
    • Get a list of project +awardable+ award emoji
      GET
    • Award a new Emoji
      POST
    • Get a specific award emoji
      GET
    • Delete a +awardables+ award emoji
      DELETE
    • Get a list of project +awardable+ award emoji
      GET
    • Award a new Emoji
      POST
    • Get a specific award emoji
      GET
    • Delete a +awardables+ award emoji
      DELETE
    • Get a list of project +awardable+ award emoji
      GET
    • Award a new Emoji
      POST
    • Get a specific award emoji
      GET
    • Delete a +awardables+ award emoji
      DELETE
    • Get a list of project +awardable+ award emoji
      GET
    • Award a new Emoji
      POST
    • Get a specific award emoji
      GET
    • Delete a +awardables+ award emoji
      DELETE
    • Get a list of project +awardable+ award emoji
      GET
    • Award a new Emoji
      POST
    • Get a specific award emoji
      GET
    • Delete a +awardables+ award emoji
      DELETE
    • Get a list of project +awardable+ award emoji
      GET
    • Award a new Emoji
      POST
    • Get a specific award emoji
      GET
    • Delete a +awardables+ award emoji
      DELETE
    • Get all project boards
      GET
    • Get a project repository branches
      GET
    • Create branch
      POST
    • Get a single branch
      GET
    • Delete a branch
      DELETE
    • Protect a single branch
      PUT
    • Unprotect a single branch
      PUT
    • deleteV3ProjectsIdRepositoryMergedBranches
      DELETE
    • Get a project builds
      GET
    • Get builds for a specific commit of a project
      GET
    • Get a specific build of a project
      GET
    • Download the artifacts file from build
      GET
    • Download the artifacts file from build
      GET
    • Get a trace of a specific build of a project
      GET
    • Cancel a specific build of a project
      POST
    • Retry a specific build of a project
      POST
    • Erase build (remove artifacts and build trace)
      POST
    • Keep the artifacts to prevent them from being deleted
      POST
    • Trigger a manual build
      POST
    • Get a project repository commits
      GET
    • Commit multiple file changes as one commit
      POST
    • Get a specific commit of a project
      GET
    • Get the diff for a specific commit of a project
      GET
    • Get a commit's comments
      GET
    • Post comment to commit
      POST
    • Cherry pick commit into a branch
      POST
    • Get a commit's statuses
      GET
    • Post status to a commit
      POST
    • Get a specific project's deploy keys
      GET
    • Add new deploy key to currently authenticated user
      POST
    • Get single deploy key
      GET
    • Delete deploy key for a project
      DELETE
    • Enable a deploy key for a project
      POST
    • Disable a deploy key for a project
      DELETE
    • Get a specific project's deploy keys
      GET
    • Add new deploy key to currently authenticated user
      POST
    • Get single deploy key
      GET
    • Delete deploy key for a project
      DELETE
    • Enable a deploy key for a project
      POST
    • Disable a deploy key for a project
      DELETE
    • Get all deployments of the project
      GET
    • Gets a specific deployment
      GET
    • Get all environments of the project
      GET
    • Creates a new environment
      POST
    • Updates an existing environment
      PUT
    • Deletes an existing environment
      DELETE
    • Get a file from repository
      GET
    • Create new file in repository
      POST
    • Update existing file in repository
      PUT
    • Delete an existing file in repository
      DELETE
    • Set a time estimate for a project issue
      POST
    • Reset the time estimate for a project issue
      POST
    • Add spent time for a project issue
      POST
    • Reset spent time for a project issue
      POST
    • Show time stats for a project issue
      GET
    • Get a list of project issues
      GET
    • Create a new project issue
      POST
    • Get a single project issue
      GET
    • Update an existing issue
      PUT
    • Delete a project issue
      DELETE
    • Move an existing issue
      POST
    • Get all labels of the project
      GET
    • Create a new label
      POST
    • Delete an existing label
      DELETE
    • Update an existing label. At least one optional parameter is required.
      PUT
    • Gets a list of group or project members viewable by the authenticated user.
      GET
    • Adds a member to a group or project.
      POST
    • Gets a member of a group or project.
      GET
    • Updates a member of a group or project.
      PUT
    • Removes a user from a group or project.
      DELETE
    • Get a list of merge request diff versions
      GET
    • Get a single merge request diff version
      GET
    • Set a time estimate for a project merge_request
      POST
    • Reset the time estimate for a project merge_request
      POST
    • Add spent time for a project merge_request
      POST
    • Reset spent time for a project merge_request
      POST
    • Show time stats for a project merge_request
      GET
    • List merge requests
      GET
    • Create a merge request
      POST
    • Delete a merge request
      DELETE
    • Get a single merge request
      GET
    • Update a merge request
      PUT
    • Get a single merge request
      GET
    • Update a merge request
      PUT
    • Get the commits of a merge request
      GET
    • Show the merge request changes
      GET
    • Merge a merge request
      PUT
    • Cancel merge if "Merge When Pipeline Succeeds" is enabled
      POST
    • Get the comments of a merge request
      GET
    • Post a comment to a merge request
      POST
    • List issues that will be closed on merge
      GET
    • Get the commits of a merge request
      GET
    • Show the merge request changes
      GET
    • Merge a merge request
      PUT
    • Cancel merge if "Merge When Pipeline Succeeds" is enabled
      POST
    • Get the comments of a merge request
      GET
    • Post a comment to a merge request
      POST
    • List issues that will be closed on merge
      GET
    • Get a list of project milestones
      GET
    • Create a new project milestone
      POST
    • Get a single project milestone
      GET
    • Update an existing project milestone
      PUT
    • Get all issues for a single project milestone
      GET
    • Get a list of project +noteable+ notes
      GET
    • Create a new +noteable+ note
      POST
    • Get a single +noteable+ note
      GET
    • Update an existing +noteable+ note
      PUT
    • Delete a +noteable+ note
      DELETE
    • Get a list of project +noteable+ notes
      GET
    • Create a new +noteable+ note
      POST
    • Get a single +noteable+ note
      GET
    • Update an existing +noteable+ note
      PUT
    • Delete a +noteable+ note
      DELETE
    • Get a list of project +noteable+ notes
      GET
    • Create a new +noteable+ note
      POST
    • Get a single +noteable+ note
      GET
    • Update an existing +noteable+ note
      PUT
    • Delete a +noteable+ note
      DELETE
    • Get project level notification level settings, defaults to Global
      GET
    • Update project level notification level settings, defaults to Global
      PUT
    • Get all Pipelines of the project
      GET
    • Create a new pipeline
      POST
    • Gets a specific pipeline for the project
      GET
    • Retry failed builds in the pipeline
      POST
    • Cancel all builds in the pipeline
      POST
    • Get project hooks
      GET
    • Add hook to project
      POST
    • Get a project hook
      GET
    • Update an existing project hook
      PUT
    • Deletes project hook
      DELETE
    • Get a list of visible projects for authenticated user
      GET
    • Get a projects list for authenticated user
      GET
    • Create new project
      POST
    • Get an owned projects list for authenticated user
      GET
    • Gets starred project for the authenticated user
      GET
    • Get all projects for admin user
      GET
    • Search for projects the current user has access to
      GET
    • Create new project for a specified user. Only available to admin users.
      POST
    • Get a single project
      GET
    • Update an existing project
      PUT
    • Remove a project
      DELETE
    • Get events for a single project
      GET
    • Fork new project for the current user or provided namespace.
      POST
    • Archive a project
      POST
    • Unarchive a project
      POST
    • Star a project
      POST
    • Unstar a project
      DELETE
    • Mark this project as forked from another
      POST
    • Remove a forked_from relationship
      DELETE
    • Share the project with a group
      POST
    • deleteV3ProjectsIdShareGroupId
      DELETE
    • Upload a file
      POST
    • Get the users list of a project
      GET
    • Get all project snippets
      GET
    • Create a new project snippet
      POST
    • Get a single project snippet
      GET
    • Update an existing project snippet
      PUT
    • Delete a project snippet
      DELETE
    • Get a raw project snippet
      GET
    • Get a project repository tree
      GET
    • Get a raw file contents
      GET
    • Get a raw file contents
      GET
    • Get a raw blob contents by blob sha
      GET
    • Get an archive of the repository
      GET
    • Compare two branches, tags, or commits
      GET
    • Get repository contributors
      GET
    • Get runners available for project
      GET
    • Enable a runner for a project
      POST
    • Disable project's runner
      DELETE
    • Set asana service for project
      PUT
    • Set assembla service for project
      PUT
    • Set bamboo service for project
      PUT
    • Set bugzilla service for project
      PUT
    • Set buildkite service for project
      PUT
    • Set builds-email service for project
      PUT
    • Set campfire service for project
      PUT
    • Set custom-issue-tracker service for project
      PUT
    • Set drone-ci service for project
      PUT
    • Set emails-on-push service for project
      PUT
    • Set external-wiki service for project
      PUT
    • Set flowdock service for project
      PUT
    • Set gemnasium service for project
      PUT
    • Set hipchat service for project
      PUT
    • Set irker service for project
      PUT
    • Set jira service for project
      PUT
    • Set kubernetes service for project
      PUT
    • Set mattermost-slash-commands service for project
      PUT
    • Set slack-slash-commands service for project
      PUT
    • Set pipelines-email service for project
      PUT
    • Set pivotaltracker service for project
      PUT
    • Set pushover service for project
      PUT
    • Set redmine service for project
      PUT
    • Set slack service for project
      PUT
    • Set mattermost service for project
      PUT
    • Set teamcity service for project
      PUT
    • Delete a service for project
      DELETE
    • Get the service settings for project
      GET
    • Trigger a slash command for mattermost-slash-commands
      POST
    • Trigger a slash command for slack-slash-commands
      POST
    • Subscribe to a resource
      POST
    • Unsubscribe from a resource
      DELETE
    • Subscribe to a resource
      POST
    • Unsubscribe from a resource
      DELETE
    • Subscribe to a resource
      POST
    • Unsubscribe from a resource
      DELETE
    • Subscribe to a resource
      POST
    • Unsubscribe from a resource
      DELETE
    • Get a project repository tags
      GET
    • Create a new repository tag
      POST
    • Get a single repository tag
      GET
    • Delete a repository tag
      DELETE
    • Add a release note to a tag
      POST
    • Update a tag's release note
      PUT
    • Create a todo on an issuable
      POST
    • Create a todo on an issuable
      POST
    • Trigger a GitLab project build
      POST
    • Get triggers list
      GET
    • Create a trigger
      POST
    • Get specific trigger of a project
      GET
    • Delete a trigger
      DELETE
    • Get project variables
      GET
    • Create a new variable in a project
      POST
    • Get a specific variable from a project
      GET
    • Update an existing variable from a project
      PUT
    • Delete an existing variable from a project
      DELETE
    • Get the lists of a project board
      GET
    • Create a new board list
      POST
    • Get a list of a project board
      GET
    • Moves a board list to a new position
      PUT
    • Delete a board list
      DELETE
  • internal
    • postV3InternalAllowed
    • postV3InternalLfsAuthenticate
    • getV3InternalMergeRequestUrls
    • getV3InternalDiscover
    • getV3InternalCheck
    • getV3InternalBroadcastMessage
    • postV3InternalTwoFactorRecoveryCodes
  • issues
    • Get currently authenticated user's issues
  • keys
    • Get single ssh key by id. Only available to admin users
  • ci
    • Validation of .gitlab-ci.yml content
  • namespaces
    • Get a namespaces list
  • notification_settings
    • Get global notification level settings and email, defaults to Participate
    • Update global notification level settings and email, defaults to Participate
  • runners
    • Get runners available for user
    • Get all runners - shared and specific
    • Get runner's details
    • Update runner's details
    • Remove a runner
  • snippets
    • Get a snippets list for authenticated user
    • Create new snippet
    • List all public snippets current_user has access to
    • Get a single snippet
    • Update an existing snippet
    • Remove snippet
    • Get a raw snippet
  • hooks
    • Get the list of system hooks
    • Create a new system hook
    • Test a hook
    • Delete a hook
  • todos
    • Get a todo list
    • Mark all todos as done
    • Mark a todo as done
  • users
    • Get the list of users
    • Create a user. Available only for admins.
    • Get a single user
    • Update a user. Available only for admins.
    • Delete a user. Available only for admins.
    • Add an SSH key to a specified user. Available only for admins.
    • Get the SSH keys of a specified user. Available only for admins.
    • Delete an existing SSH key from a specified user. Available only for admins.
    • Add an email address to a specified user. Available only for admins.
    • Get the emails addresses of a specified user. Available only for admins.
    • Delete an email address of a specified user. Available only for admins.
    • Block a user. Available only for admins.
    • Unblock a user. Available only for admins.
    • Get the contribution events of a specified user
  • user
    • Get the currently authenticated user
    • Get the currently authenticated user's SSH keys
    • Add a new SSH key to the currently authenticated user
    • Get a single key owned by currently authenticated user
    • Delete an SSH key from the currently authenticated user
    • Get the currently authenticated user's email addresses
    • Add new email address to the currently authenticated user
    • Get a single email address owned by the currently authenticated user
    • Delete an email address from the currently authenticated user
  • deploy_keys
    • getV3DeployKeys
  • session
    • Login to get token
  • application
    • Get the current application settings
      GET
    • Modify application settings
      PUT
  • sidekiq
    • Get the Sidekiq queue metrics
    • Get the Sidekiq process metrics
    • Get the Sidekiq job statistics
    • Get the Sidekiq Compound metrics. Includes queue, process, and job statistics
  • licenses
    • Get the list of the available license template
    • Get the text for a specific license
  • templates
    • Get the list of the available license template
    • Get the text for a specific license
    • Get the list of the available template
    • Get the text for a specific template present in local filesystem
    • Get the list of the available template
    • Get the text for a specific template present in local filesystem
    • Get the list of the available template
    • Get the text for a specific template present in local filesystem
  • gitignores
    • Get the list of the available template
    • Get the text for a specific template present in local filesystem
  • gitlab_ci_ymls
    • Get the list of the available template
    • Get the text for a specific template present in local filesystem
  • dockerfiles
    • Get the list of the available template
    • Get the text for a specific template present in local filesystem
  • version
    • Get the version information of the GitLab instance.
  1. application

Modify application settings

PUT
/v3/application/settings
application
Modify application settings
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request PUT 'http://gitlab.example.com/v3/application/settings' \
--data-urlencode 'domain_blacklist=' \
--data-urlencode 'two_factor_grace_period=' \
--data-urlencode 'shared_runners_text=' \
--data-urlencode 'metrics_host=' \
--data-urlencode 'metrics_port=' \
--data-urlencode 'metrics_pool_size=' \
--data-urlencode 'metrics_timeout=' \
--data-urlencode 'metrics_method_call_threshold=' \
--data-urlencode 'metrics_sample_interval=' \
--data-urlencode 'metrics_packet_size=' \
--data-urlencode 'sidekiq_throttling_queus=' \
--data-urlencode 'sidekiq_throttling_factor=' \
--data-urlencode 'recaptcha_site_key=' \
--data-urlencode 'recaptcha_private_key=' \
--data-urlencode 'akismet_api_key=' \
--data-urlencode 'sentry_dsn=' \
--data-urlencode 'koding_url=' \
--data-urlencode 'plantuml_url=' \
--data-urlencode 'housekeeping_bitmaps_enabled=' \
--data-urlencode 'housekeeping_incremental_repack_period=' \
--data-urlencode 'housekeeping_full_repack_period=' \
--data-urlencode 'housekeeping_gc_period='
响应示例响应示例
{
  "id": "string",
  "default_projects_limit": "string",
  "signup_enabled": "string",
  "signin_enabled": "string",
  "gravatar_enabled": "string",
  "sign_in_text": "string",
  "after_sign_up_text": "string",
  "created_at": "string",
  "updated_at": "string",
  "home_page_url": "string",
  "default_branch_protection": "string",
  "restricted_visibility_levels": "string",
  "max_attachment_size": "string",
  "session_expire_delay": "string",
  "default_project_visibility": "string",
  "default_snippet_visibility": "string",
  "default_group_visibility": "string",
  "domain_whitelist": "string",
  "domain_blacklist_enabled": "string",
  "domain_blacklist": "string",
  "user_oauth_applications": "string",
  "after_sign_out_path": "string",
  "container_registry_token_expire_delay": "string",
  "repository_storage": "string",
  "repository_storages": "string",
  "koding_enabled": "string",
  "koding_url": "string",
  "plantuml_enabled": "string",
  "plantuml_url": "string"
}

请求参数

Body 参数application/x-www-form-urlencoded
default_branch_protection
enum<integer> <int32>
可选
Determine if developers can push to master
枚举值:
012
default_project_visibility
enum<integer> <int32>
可选
The default project visibility
枚举值:
01020
default_snippet_visibility
enum<integer> <int32>
可选
The default snippet visibility
枚举值:
01020
default_group_visibility
enum<integer> <int32>
可选
The default group visibility
枚举值:
01020
restricted_visibility_levels
array[string]
可选
Selected levels cannot be used by non-admin users for projects or snippets. If the public level is restricted, user profiles are only visible to logged in users.
import_sources
array[string]
可选
Enabled sources for code import during project creation. OmniAuth must be configured for GitHub, Bitbucket, and GitLab.com
枚举值:
githubbitbucketgitlabgoogle_codefogbugzgitgitlab_project
disabled_oauth_sign_in_sources
array[string]
可选
Disable certain OAuth sign-in sources
enabled_git_access_protocol
enum<string> 
可选
Allow only the selected protocols to be used for Git access.
枚举值:
sshhttpnil
gravatar_enabled
boolean 
可选
Flag indicating if the Gravatar service is enabled
default_projects_limit
integer <int32>
可选
The maximum number of personal projects
max_attachment_size
integer <int32>
可选
Maximum attachment size in MB
session_expire_delay
integer <int32>
可选
Session duration in minutes. GitLab restart is required to apply changes.
user_oauth_applications
boolean 
可选
Allow users to register any application to use GitLab as an OAuth provider
user_default_external
boolean 
可选
Newly registered users will by default be external
signup_enabled
boolean 
可选
Flag indicating if sign up is enabled
send_user_confirmation_email
boolean 
可选
Send confirmation email on sign-up
domain_whitelist
string 
可选
ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com
domain_blacklist_enabled
boolean 
可选
Enable domain blacklist for sign ups
domain_blacklist
string 
必需
Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com
after_sign_up_text
string 
可选
Text shown after sign up
signin_enabled
boolean 
可选
Flag indicating if sign in is enabled
require_two_factor_authentication
boolean 
可选
Require all users to setup Two-factor authentication
two_factor_grace_period
integer <int32>
必需
Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication
home_page_url
string 
可选
We will redirect non-logged in users to this page
after_sign_out_path
string 
可选
We will redirect users to this page after they sign out
sign_in_text
string 
可选
The sign in text of the GitLab application
help_page_text
string 
可选
Custom text displayed on the help page
shared_runners_enabled
boolean 
可选
Enable shared runners for new projects
shared_runners_text
string 
必需
Shared runners text
max_artifacts_size
integer <int32>
可选
Set the maximum file size each build's artifacts can have
container_registry_token_expire_delay
integer <int32>
可选
Authorization token duration (minutes)
metrics_enabled
boolean 
可选
Enable the InfluxDB metrics
metrics_host
string 
必需
The InfluxDB host
metrics_port
integer <int32>
必需
The UDP port to use for connecting to InfluxDB
metrics_pool_size
integer <int32>
必需
The amount of InfluxDB connections to open
metrics_timeout
integer <int32>
必需
The amount of seconds after which an InfluxDB connection will time out
metrics_method_call_threshold
integer <int32>
必需
A method call is only tracked when it takes longer to complete than the given amount of milliseconds.
metrics_sample_interval
integer <int32>
必需
The sampling interval in seconds
metrics_packet_size
integer <int32>
必需
The amount of points to store in a single UDP packet
sidekiq_throttling_enabled
boolean 
可选
Enable Sidekiq Job Throttling
sidekiq_throttling_queus
array[string]
必需
Choose which queues you wish to throttle
sidekiq_throttling_factor
number <float>
必需
The factor by which the queues should be throttled. A value between 0.0 and 1.0, exclusive.
recaptcha_enabled
boolean 
可选
Helps prevent bots from creating accounts
recaptcha_site_key
string 
必需
Generate site key at http://www.google.com/recaptcha
recaptcha_private_key
string 
必需
Generate private key at http://www.google.com/recaptcha
akismet_enabled
boolean 
可选
Helps prevent bots from creating issues
akismet_api_key
string 
必需
Generate API key at http://www.akismet.com
admin_notification_email
string 
可选
Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area.
sentry_enabled
boolean 
可选
Sentry is an error reporting and logging tool which is currently not shipped with GitLab, get it here: https://getsentry.com
sentry_dsn
string 
必需
Sentry Data Source Name
repository_storage
string 
可选
Storage paths for new projects
repository_checks_enabled
boolean 
可选
GitLab will periodically run 'git fsck' in all project and wiki repositories to look for silent disk corruption issues.
koding_enabled
boolean 
可选
Enable Koding
koding_url
string 
必需
The Koding team URL
plantuml_enabled
boolean 
可选
Enable PlantUML
plantuml_url
string 
必需
The PlantUML server URL
version_check_enabled
boolean 
可选
Let GitLab inform you when an update is available.
email_author_in_body
boolean 
可选
Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead.
html_emails_enabled
boolean 
可选
By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format.
housekeeping_enabled
boolean 
可选
Enable automatic repository housekeeping (git repack, git gc)
housekeeping_bitmaps_enabled
boolean 
必需
Creating pack file bitmaps makes housekeeping take a little longer but bitmaps should accelerate 'git clone' performance.
housekeeping_incremental_repack_period
integer <int32>
必需
Number of Git pushes after which an incremental 'git repack' is run.
housekeeping_full_repack_period
integer <int32>
必需
Number of Git pushes after which a full 'git repack' is run.
housekeeping_gc_period
integer <int32>
必需
Number of Git pushes after which 'git gc' is run.

返回响应

🟢200成功
application/json
Modify application settings
Body
Modify application settings
id
string 
可选
default_projects_limit
string 
可选
signup_enabled
string 
可选
signin_enabled
string 
可选
gravatar_enabled
string 
可选
sign_in_text
string 
可选
after_sign_up_text
string 
可选
created_at
string 
可选
updated_at
string 
可选
home_page_url
string 
可选
default_branch_protection
string 
可选
restricted_visibility_levels
string 
可选
max_attachment_size
string 
可选
session_expire_delay
string 
可选
default_project_visibility
string 
可选
default_snippet_visibility
string 
可选
default_group_visibility
string 
可选
domain_whitelist
string 
可选
domain_blacklist_enabled
string 
可选
domain_blacklist
string 
可选
user_oauth_applications
string 
可选
after_sign_out_path
string 
可选
container_registry_token_expire_delay
string 
可选
repository_storage
string 
可选
repository_storages
string 
可选
koding_enabled
string 
可选
koding_url
string 
可选
plantuml_enabled
string 
可选
plantuml_url
string 
可选

【GitLab】API开发者 微信交流群

用微信扫右侧二维码,加入【GitLab】API开发者 交流群,互助沟通

扫码加入交流群
上一页
Get the current application settings
下一页
Get the Sidekiq queue metrics
Built with