diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-29 03:07:51 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-29 03:07:51 +0000 |
commit | d94ed2a46aad78435de66af05c84060ae78c8fc0 (patch) | |
tree | 19b057ae567e8bdd10289d290608362f466ca589 /doc/api/settings.md | |
parent | e56fd471503e00167ca96e7792f75a0d1f3b7891 (diff) | |
download | gitlab-ce-d94ed2a46aad78435de66af05c84060ae78c8fc0.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/settings.md')
-rw-r--r-- | doc/api/settings.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/settings.md b/doc/api/settings.md index 5ec05f39224..1996f1ce144 100644 --- a/doc/api/settings.md +++ b/doc/api/settings.md @@ -10,7 +10,7 @@ administrator in order to perform this action. List the current [application settings](#list-of-settings-that-can-be-accessed-via-api-calls) of the GitLab instance. -``` +```plaintext GET /application/settings ``` @@ -90,7 +90,7 @@ the `file_template_project_id`, `deletion_adjourned_period`, or the `geo_node_al Use an API call to modify GitLab instance [application settings](#list-of-settings-that-can-be-accessed-via-api-calls). -``` +```plaintext PUT /application/settings ``` |