From 235bba173ed97c66a5247fa6fdd63f44bc554ce5 Mon Sep 17 00:00:00 2001 From: Madhumita Subramaniam Date: Mon, 26 Sep 2022 22:09:42 +0530 Subject: [PATCH] fix:minor #817 --- docs/admin/config-guide/curl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/config-guide/curl.md b/docs/admin/config-guide/curl.md index d51202dbe35..976fa5bea67 100644 --- a/docs/admin/config-guide/curl.md +++ b/docs/admin/config-guide/curl.md @@ -28,7 +28,7 @@ curl -u "put_client_id_here:put_config_api_client_secret_here" https:////jans-config-api/api/v1/config/scripts/name/name_of_the_script \ +curl https:///jans-config-api/api/v1/config/scripts/name/name_of_the_script \ -H "Authorization: Bearer put_access_token_here" ``` Examples of `name_of_the_script` ( Authentication methods that are present in the Janssen server.)