Skip to content

Commit

Permalink
fix:minor
Browse files Browse the repository at this point in the history
  • Loading branch information
maduvena authored Sep 26, 2022
1 parent 1c93168 commit 235bba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/admin/config-guide/curl.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ curl -u "put_client_id_here:put_config_api_client_secret_here" https://<your.jan
```
2. Enable the script
```
curl https://<your.jans.server>//jans-config-api/api/v1/config/scripts/name/name_of_the_script \
curl https://<your.jans.server>/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.)
Expand Down

0 comments on commit 235bba1

Please sign in to comment.