Skip to content

Commit

Permalink
Adding ghe-manage-v1-get-the-ghes-settings.sh for #178
Browse files Browse the repository at this point in the history
  • Loading branch information
gm3dmo committed Nov 15, 2024
1 parent 3bae999 commit e4a6f37
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ghe-manage-v1-get-the-ghes-settings.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
. ./.gh-api-examples.conf

# https://docs.github.com/en/enterprise-server/rest/enterprise-admin/manage-ghes?apiVersion=2022-11-28#get-the-ghes-settings
# GET /manage/v1/config/settings


curl -L ${curl_custom_flags} \
-u "api_key:${mgmt_password}" \
"https://${hostname}:${mgmt_port}/manage/v1/config/settings"

0 comments on commit e4a6f37

Please sign in to comment.