From 2ed6941f519331a44204fbadc6d2d2a91087c6b8 Mon Sep 17 00:00:00 2001 From: Matt Lee Date: Tue, 29 Nov 2016 12:42:50 -0500 Subject: WIP: Updates our documentation to point to gitlab.com --- doc/api/settings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/api/settings.md') diff --git a/doc/api/settings.md b/doc/api/settings.md index 218546aafea..2556fdf3851 100644 --- a/doc/api/settings.md +++ b/doc/api/settings.md @@ -13,7 +13,7 @@ GET /application/settings ``` ```bash -curl --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/api/v3/application/settings +curl --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.com/api/v3/application/settings ``` Example response: @@ -81,7 +81,7 @@ PUT /application/settings | `koding_url` | string | yes (if `koding_enabled` is `true`) | The Koding instance URL for integration. | ```bash -curl --request PUT --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/api/v3/application/settings?signup_enabled=false&default_project_visibility=1 +curl --request PUT --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.com/api/v3/application/settings?signup_enabled=false&default_project_visibility=1 ``` Example response: -- cgit v1.2.1