-
-
Save KyMidd/8282f2a0da4b0374e9c51dd62e86e8af to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -s -X PATCH \ | |
| -H "Accept: application/vnd.github+json" \ | |
| -H "Authorization: Bearer ghp_asdfasdfasdfasdfasdf" \ | |
| https://api.github.com/repos/my_github_org/repo_name1 \ | |
| -d '{"delete_branch_on_merge":true,"private":true}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment