diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2016-12-29 15:59:31 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2016-12-29 15:59:31 +0000 |
commit | 714f70a38df10e678bffde6e6081a97e31d8317c (patch) | |
tree | 423d2f4944f7dc0221ecbf56790921e0e495007d /doc | |
parent | f7d68dfc8c1b82510b8006dd72a4bd851e523e2b (diff) | |
parent | ec7485de216695b53c26fb36fedba9f7d702acaa (diff) | |
download | gitlab-ce-714f70a38df10e678bffde6e6081a97e31d8317c.tar.gz |
Merge branch 'grapify-settings-api' into 'master'
Grapify the settings API
See merge request !8336
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/settings.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/settings.md b/doc/api/settings.md index 218546aafea..0bd38a6e664 100644 --- a/doc/api/settings.md +++ b/doc/api/settings.md @@ -79,6 +79,7 @@ PUT /application/settings | `enabled_git_access_protocol` | string | no | Enabled protocols for Git access. Allowed values are: `ssh`, `http`, and `nil` to allow both protocols. | | `koding_enabled` | boolean | no | Enable Koding integration. Default is `false`. | | `koding_url` | string | yes (if `koding_enabled` is `true`) | The Koding instance URL for integration. | +| `disabled_oauth_sign_in_sources` | Array of strings | no | Disabled OAuth sign-in sources | ```bash curl --request PUT --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/api/v3/application/settings?signup_enabled=false&default_project_visibility=1 |