Skip to content

Commit

Permalink
Adding ghe-manage-v1-list-events-from-ghe-config-apply.sh for #178
Browse files Browse the repository at this point in the history
  • Loading branch information
gm3dmo committed Nov 15, 2024
1 parent efeceed commit 1da819a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ghe-manage-v1-list-events-from-ghe-config-apply.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#list-events-from-ghe-config-apply
# get /manage/v1/config/apply/events


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

0 comments on commit 1da819a

Please sign in to comment.